diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index 798c52671..748d29e4c 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -36,9 +36,9 @@ jobs: tar xf cctools.tar.xz - name: Restore timestamps run: | - wget https://github.com/MestreLion/git-tools/archive/refs/heads/master.zip - unzip master.zip - python git-tools-master/git-restore-mtime + wget https://github.com/MestreLion/git-tools/archive/refs/heads/main.zip + unzip main.zip + python git-tools-main/git-restore-mtime - name: List build cache restore keys run: | # Look for the last 9 build caches (GitHub supports max 10 including current one) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 470fdfa51..4abff77a0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,9 +41,9 @@ jobs: echo "unzip=unzip" >> $GITHUB_ENV - name: Restore timestamps run: | - ${{ env.wget }} https://github.com/MestreLion/git-tools/archive/refs/heads/master.zip - ${{ env.unzip }} master.zip - python git-tools-master/git-restore-mtime + ${{ env.wget }} https://github.com/MestreLion/git-tools/archive/refs/heads/main.zip + ${{ env.unzip }} main.zip + python git-tools-main/git-restore-mtime - name: List build cache restore keys shell : bash run: |