This commit is contained in:
parent
0b883c76fb
commit
c7b28dd10e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -6,10 +6,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
apt update; apt install --yes sudo
|
||||
- uses: https://github.com/cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
enable_kvm: false
|
||||
|
||||
# Cross-compile the binary. We always use static building for this
|
||||
# because its the only way to access the headers.
|
||||
|
|
Loading…
Add table
Reference in a new issue