Skip to content

Commit

Permalink
ci: update to Zig 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlugg committed Jul 19, 2024
1 parent e7ef90d commit 5ade647
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
name: Build native binaries

on:
push:
branches: [main]
paths:
- 'src/**'
- '**.zig'
- '.github/**'
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-build
path: |
zig-cache
~/.cache/deps-zig
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with: {version: "0.11.0"}
- name: Checkout
uses: actions/checkout@v3
- uses: mlugg/setup-zig@v1
with: { version: "0.13.0" }

# TODO: figure out a way to cache this
- name: Install ShaderC
Expand Down

0 comments on commit 5ade647

Please sign in to comment.