Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: test on freebsd
uses: vmactions/freebsd-vm@c9f815bc7aa0d34c9fdd0619b034a32d6ca7b57e
uses: vmactions/freebsd-vm@4807432c7cab1c3f97688665332c0b932062d31f
with:
usesh: true
mem: 4096
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
uses: taiki-e/install-action@cbb1dcaa26e1459e2876c39f61c1e22a1258aac5
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down
Loading