Compare commits

...

1 Commits

Author SHA1 Message Date
2bd523e58a ci: add build-essential dependency, apt-get update before 2025-07-23 23:05:06 -05:00

View File

@@ -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