Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Feb 21, 2025
1 parent 1b8e167 commit 623a50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Install
run: |
rustup update stable
rustup target install wasm32-unknown-unknown
cargo install wasm-pack
- name: Setup Pages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
- run: rustup update stable
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: terp
Expand Down

0 comments on commit 623a50f

Please sign in to comment.