Skip to content

Commit

Permalink
Fix binaryen usage in CI (#949)
Browse files Browse the repository at this point in the history
More CI problems :(
  • Loading branch information
CryZe authored Jul 17, 2024
1 parent 5d3ee04 commit 4c078c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ jobs:
if: github.repository == 'LiveSplit/LiveSplitOne' && github.ref == 'refs/heads/master'
shell: bash
run: |
cd ${{ matrix.cargo_bin }}
tar -xzf binaryen-*-${{ matrix.binaryen }}.tar.gz
mv binaryen*/bin/wasm* .
cd ${{ matrix.cargo_bin }}/..
tar -xzf bin/binaryen-*-${{ matrix.binaryen }}.tar.gz
mkdir -p lib
cp -R binaryen-*/bin/* bin
cp -R binaryen-*/lib/* lib
- name: Choose wasm-bindgen-cli version
shell: bash
Expand Down

0 comments on commit 4c078c1

Please sign in to comment.