Skip to content

Commit

Permalink
CI: migrate to mlugg/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Oct 8, 2024
1 parent 24956d6 commit 59e6078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: goto-bus-stop/setup-zig@v1
- uses: mlugg/setup-zig@v1.2.1
with:
version: master

Expand Down

2 comments on commit 59e6078

@mlugg
Copy link
Contributor

@mlugg mlugg commented on 59e6078 Oct 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vexu I recommend just pinning to v1 rather than a specific patch version. I'm following semver, so that tag will never break. The advantage of this is you'll get new mirrors whenever they're added.

@Vexu
Copy link
Owner Author

@Vexu Vexu commented on 59e6078 Oct 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I didn't know the versioning worked like that. Thanks for the tip!

Please sign in to comment.