Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Oct 16, 2024
1 parent fa74e1e commit ebcea51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
version: 0.12.0
- run: zig version
- run: rustup update stable && rustup target add wasm32-unknown-unknown
- uses: actions/setup-node@v4
with:
node-version: "18"
Expand Down Expand Up @@ -50,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit ebcea51

Please sign in to comment.