Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
debora-be committed Jan 13, 2025
1 parent 217c168 commit b3c33d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: nixos/nix:latest
options: --privileged
steps:
- name: Install Nix
run: |
curl -L https://nixos.org/nix/install | sh
. /home/runner/.nix-profile/etc/profile.d/nix.sh
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b3c33d9

Please sign in to comment.