Skip to content

Commit

Permalink
update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Dec 16, 2024
1 parent 6a11606 commit af8e16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wasm_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: steps.cache-restore.outputs.cache-hit != 'true'
working-directory: /
run: |
apt-get install -y lz4 wget pv bash
apt-get update && apt-get install -y lz4 wget pv bash
echo https://github.com/pygame-web/python-wasm-sdk/releases/download/$SDK_VERSION/$SDK_ARCHIVE
curl -sL --retry 5 https://github.com/pygame-web/python-wasm-sdk/releases/download/$SDK_VERSION/$SDK_ARCHIVE | tar xvP --use-compress-program=lz4 | pv -p -l -s 34500 >/dev/null
echo https://github.com/pygame-web/python-wasi-sdk/releases/download/$WASI_SDK_VERSION/$WASI_SDK_ARCHIVE
Expand Down

0 comments on commit af8e16e

Please sign in to comment.