Skip to content

[GitHub] Fix the Vulkan dir #923

[GitHub] Fix the Vulkan dir

[GitHub] Fix the Vulkan dir #923

Workflow file for this run

name: Web Assembly
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Apt Update
run: sudo apt update
- name: Apt Install
run: sudo apt install ninja-build --yes --quiet
- name: Get Submodules
run: ./get_dlc
- name: Compile
run: ./make wasm --kore . --from Tests/Empty --compile