Skip to content

Commit

Permalink
fix: try to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 8, 2024
1 parent a1d5e41 commit 84fcb51
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Canisters
name: Release
on:
push:
branches: [ "main" ]
Expand All @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dfinity/setup-dfx@main
# - uses: dfinity/setup-dfx@main
- name: Build canisters
run: |
dfx --version
rustup target add wasm32-unknown-unknown
cargo install ic-wasm
mkdir out
cargo build --target wasm32-unknown-unknown --release --locked -p idempotent-proxy-canister
Expand Down

0 comments on commit 84fcb51

Please sign in to comment.