Skip to content

Commit

Permalink
fix?: temporary fix for failing actions, see comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Nov 23, 2024
1 parent 25a9b23 commit d41aaa9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ jobs:
npm run setup
npm run start &
working-directory: ./server
# Note: see
# https://github.com/polyphony-chat/chorus/pull/579,
# https://github.com/rustwasm/wasm-bindgen/issues/4274
# https://github.com/rustwasm/wasm-bindgen/issues/4274#issuecomment-2493497388
- name: Install rust toolchain 1.81.0
uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
Expand Down Expand Up @@ -123,6 +129,12 @@ jobs:
npm run setup
npm run start &
working-directory: ./server
# Note: see
# https://github.com/polyphony-chat/chorus/pull/579,
# https://github.com/rustwasm/wasm-bindgen/issues/4274
# https://github.com/rustwasm/wasm-bindgen/issues/4274#issuecomment-2493497388
- name: Install rust toolchain 1.81.0
uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
Expand Down

0 comments on commit d41aaa9

Please sign in to comment.