Skip to content

updated (https://github.com/floooh/sokol/commit/8d5d9929cc559cc6ec087… #162

updated (https://github.com/floooh/sokol/commit/8d5d9929cc559cc6ec087…

updated (https://github.com/floooh/sokol/commit/8d5d9929cc559cc6ec087… #162

Workflow file for this run

name: Zig
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.10.0
- name: prepare-linux
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev
- name: build
run: zig build