Skip to content

Commit

Permalink
chore: install missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Jan 2, 2025
1 parent ee5b8b5 commit 80df8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: '1.23.x'

- name: Install dependencies
run: go mod download
run: sudo apt install libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config && go mod download

- name: Build WASM
run: GOOS=js GOARCH=wasm go build -o ./web/public/chip8.wasm ./web/web.go
Expand Down

0 comments on commit 80df8e9

Please sign in to comment.