Skip to content

Commit

Permalink
Include WASM Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyTech6 committed Dec 6, 2024
1 parent a7c3c44 commit 690bef9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'

- name: Install WASM Tools
run: dotnet workload install wasm-tools

- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: Install Linux dependencies
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install frontend dependencies
run: dotnet restore

Expand Down

0 comments on commit 690bef9

Please sign in to comment.