GitHub Actions: add webassembly.yml and update ubuntu.yml

This commit is contained in:
Syping 2021-12-01 07:52:57 +01:00
parent aa9ac44f3e
commit 6d71d480b7
2 changed files with 29 additions and 1 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update -qq
sudo apt-get install cmake git gcc g++ make ninja-build -qq
sudo apt-get install cmake gcc g++ ninja-build -qq
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -GNinja
- name: Build