|
14 | 14 | name: "nix flake check (evaluation, style)" |
15 | 15 | runs-on: ubuntu-latest |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@v5 |
| 17 | + - uses: actions/checkout@v6 |
18 | 18 | - uses: cachix/install-nix-action@v31 |
19 | 19 | - uses: DeterminateSystems/magic-nix-cache-action@main |
20 | 20 | - run: nix flake check |
|
26 | 26 | CC: gcc-11 |
27 | 27 | CXX: g++-11 |
28 | 28 | steps: |
29 | | - - uses: actions/checkout@v5 |
| 29 | + - uses: actions/checkout@v6 |
30 | 30 | - name: install pre-requisites |
31 | 31 | run: sudo apt-get update && sudo apt-get install -y catch2 cmake gcc-11 g++-11 |
32 | 32 | - name: Build |
|
54 | 54 | name: "nix shell works" |
55 | 55 | runs-on: ubuntu-latest |
56 | 56 | steps: |
57 | | - - uses: actions/checkout@v5 |
| 57 | + - uses: actions/checkout@v6 |
58 | 58 | - uses: cachix/install-nix-action@v31 |
59 | 59 | - uses: DeterminateSystems/magic-nix-cache-action@main |
60 | 60 | - run: nix develop . --command bash -c "echo hi" |
|
63 | 63 | name: "Nix Flake: Build all Guest Tests" |
64 | 64 | runs-on: ubuntu-latest |
65 | 65 | steps: |
66 | | - - uses: actions/checkout@v5 |
| 66 | + - uses: actions/checkout@v6 |
67 | 67 | - uses: cachix/install-nix-action@v31 |
68 | 68 | - uses: DeterminateSystems/magic-nix-cache-action@main |
69 | 69 | - name: "Test run: hello-world, efi, qemu" |
|
81 | 81 | name: "Run hello-world in all variants" |
82 | 82 | runs-on: ubuntu-latest |
83 | 83 | steps: |
84 | | - - uses: actions/checkout@v5 |
| 84 | + - uses: actions/checkout@v6 |
85 | 85 | - uses: cachix/install-nix-action@v31 |
86 | 86 | - name: "Test run: hello-world, efi, qemu" |
87 | 87 | run: | |
|
0 commit comments