Skip to content

Commit

Permalink
WIP: Install nix on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Aug 28, 2024
1 parent 2c2826a commit 1765e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/podvm_mkosi_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
run: |
./hack/ci-helper.sh rebase-atop-of-the-latest-target-branch
- name: Install nix for x86
if: matrix.runner == 'ubuntu-22.04'
uses: cachix/install-nix-action@v22

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 1765e5c

Please sign in to comment.