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 486a510 commit eed42f2Copy full SHA for eed42f2
.github/workflows/ci.yml
@@ -7,11 +7,12 @@ on:
7
jobs:
8
build-openbsd:
9
runs-on: ubuntu-latest
10
+ name: build • openbsd
11
defaults:
12
run:
13
shell: openbsd {0}
14
steps:
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@v5
16
17
- name: Start OpenBSD VM
18
uses: vmactions/openbsd-vm@v1
@@ -44,7 +45,7 @@ jobs:
44
45
name: build • ${{ matrix.config }}
46
47
48
49
50
- name: Install Nix
51
uses: cachix/install-nix-action@v31 # 2025-05-27, from https://github.com/cachix/install-nix-action/tags
0 commit comments