We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861d1ec commit 64efa17Copy full SHA for 64efa17
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
- run: nix build
92
93
test-x86_64-freebsd:
94
- runs-on: ubuntu-latest
+ runs-on: namespace-profile-mitchellh-sm
95
steps:
96
- name: Checkout code
97
uses: actions/checkout@v4
@@ -107,7 +107,7 @@ jobs:
107
pkg install -y wget
108
109
run: |
110
- # switch to pkg
+ # TODO: switch to pkg when available, and use v0.14.1
111
wget https://ziglang.org/builds/zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
112
tar -xf zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
113
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build test --summary all
0 commit comments