We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9500738 commit 3a06bb5Copy full SHA for 3a06bb5
1 file changed
.github/workflows/qa.yml
@@ -14,6 +14,10 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- uses: cachix/install-nix-action@v31
17
+ with:
18
+ nix_path: nixpkgs=channel:nixos-unstable
19
+ enable_kvm: true
20
+ extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
21
- name: Build
22
run: |
23
nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver
0 commit comments