Skip to content

Commit

Permalink
[WIP] CI: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Dec 10, 2023
1 parent 354d823 commit e0704ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Install nixci
Expand Down

0 comments on commit e0704ac

Please sign in to comment.