Skip to content

Commit

Permalink
Forgot target github action
Browse files Browse the repository at this point in the history
  • Loading branch information
antaalt committed Mar 21, 2024
1 parent bd985f6 commit d895d5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wasm_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASM deployment on GitHub pages
name: Github pages

on:
push:
Expand All @@ -12,10 +12,14 @@ env:
jobs:
build:

# What's installed
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Add target
run: rustup target add wasm32-unknown-unknown
- name: Build WASM
run: cargo build --lib --target wasm32-unknown-unknown --no-default-features --verbose
- name: Run tests
Expand Down

0 comments on commit d895d5d

Please sign in to comment.