Skip to content

Commit

Permalink
Merge pull request #465 from demergent-labs/large_wasm_binaries
Browse files Browse the repository at this point in the history
Large wasm binaries
  • Loading branch information
lastmjs authored Apr 10, 2024
2 parents 71b5dd2 + effaf8b commit 22942ca
Show file tree
Hide file tree
Showing 302 changed files with 7,506 additions and 6,185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/dfinity
key: kybra-dfx-0.17.0
key: kybra-dfx-0.19.0
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
name: Install dfx
run: |
DFXVM_INIT_YES=true DFX_VERSION=0.17.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
DFXVM_INIT_YES=true DFX_VERSION=0.19.0 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
working-directory: ${{ matrix.example_directories }}
Expand Down
Loading

0 comments on commit 22942ca

Please sign in to comment.