Skip to content

Commit

Permalink
Debug emsdk caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Dec 30, 2022
1 parent 9a1fc08 commit de03b42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qt-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Setup cache
id: cache-system-libraries
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: 'emsdk-cache'
key: 'emsdk-1.39.8'
Expand All @@ -28,6 +28,7 @@ jobs:
with:
version: 1.39.8
actions-cache-folder: 'emsdk-cache'
no-cache: true

- name: Install Qt
uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3
Expand All @@ -40,10 +41,12 @@ jobs:

- name: Build firebird
run: |
du -sh emsdk-cache
mkdir build
cd build
qmake ..
make -j4
du -sh ../emsdk-cache
- name: Upload zip
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit de03b42

Please sign in to comment.