Skip to content

Commit

Permalink
fix fallback id (qgis#56633)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Mar 2, 2024
1 parent ff4e291 commit c54832d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: ${{ env.CCACHE_DIR }}
key: build-ccache-mac-${{ github.event.pull_request.base.ref || github.ref_name }}
restore-keys: |
build-ccache-mac-refs/heads/master
build-ccache-mac-master
- name: Cache Qt
id: cache-qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw-w64-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: build
key: build-ccache-mingw64-msys2-${{ github.event.pull_request.base.ref || github.ref_name }}
restore-keys: |
build-ccache-mingw64-msys2-refs/heads/master
build-ccache-mingw64-msys2-master
- name: Configure QGIS
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: /w/.ccache/QGIS
key: build-ccache-mingw64-${{ github.event.pull_request.base.ref || github.ref_name }}
restore-keys: |
build-ccache-mingw64-refs/heads/master-
build-ccache-mingw64-master
- name: Build QGIS Application
run: CCACHE_DIR=/w/.ccache/QGIS ./ms-windows/mingw/build.sh x86_64 nodebug 4
Expand Down

0 comments on commit c54832d

Please sign in to comment.