Skip to content

Commit

Permalink
fix release workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Aug 10, 2023
1 parent 85733b5 commit ed7ec7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
sudo apt clean
sudo rm -rf /usr/share/dotnet
- uses: actions/cache@v2
id: cache-qt-bindings-linux
with:
path: ${{ github.workspace }}/src/github.com/akiyosi
key: ${{ matrix.qtversion }}-qtbindings-linux-${{ env.cache-version }}
# - uses: actions/cache@v2
# id: cache-qt-bindings-linux
# with:
# path: ${{ github.workspace }}/src/github.com/akiyosi/qt/*
# key: ${{ matrix.qtversion }}-qtbindings-linux-${{ env.cache-version }}

- name: Generate Qt bindings
env:
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
# - uses: actions/cache@v2
# id: cache-qt-bindings-macos-11
# with:
# path: ${{ github.workspace }}/src/github.com/akiyosi
# path: ${{ github.workspace }}/src/github.com/akiyosi/qt/*
# key: ${{ matrix.qtversion }}-qtbindings-macos-11-${{ env.cache-version }}

#if: ${{ steps.cache-qt-bindings-macos-11.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit ed7ec7e

Please sign in to comment.