Skip to content

Commit

Permalink
ci: use mlugg/setup-zig@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstaloch committed Jun 18, 2024
1 parent 5fb3c4f commit 505376f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,20 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
- cron: "0 10 * * 1"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
# with:
# submodules: recursive
# fetch-depth: 0

- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
uses: actions/checkout@v3

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0
uses: mlugg/setup-zig@v1
with:
version: master
# version: 0.10.0

- run: zig build test
- run: zig build
Expand Down

0 comments on commit 505376f

Please sign in to comment.