Skip to content

update to zig 0.17.0-dev.824+af27e8d06 #54

update to zig 0.17.0-dev.824+af27e8d06

update to zig 0.17.0-dev.824+af27e8d06 #54

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up LLVM and Clang
run: |
# Don't waste a bunch of time processing man-db triggers
echo "set man-db/auto-update false" | sudo debconf-communicate
sudo dpkg-reconfigure man-db
sudo apt-get update
sudo apt-get install -y lld llvm llvm-dev clang
- name: Set up Zig
uses: mlugg/setup-zig@v2
- name: Run `build`
run: zig build