mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 11:15:46 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bd523e58a |
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -41,7 +41,8 @@ jobs:
|
||||
- name: Vcpkg Linux Dependencies
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get install autoconf automake libtool pkg-config
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential autoconf automake libtool pkg-config gettext m4 libtool libltdl-dev
|
||||
|
||||
- name: Vcpkg
|
||||
run: |
|
||||
@@ -70,7 +71,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
wasm:
|
||||
name: Build (WASM)
|
||||
name: Build (wasm32-unknown-emscripten)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pages: write
|
||||
|
||||
Reference in New Issue
Block a user