Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Nov 6, 2023
1 parent 0294452 commit 8e33fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v23

- name: Run tests
run: nix shell -c ./run-tests.py

0 comments on commit 8e33fc1

Please sign in to comment.