Skip to content

Commit

Permalink
checkout before local action
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Dec 11, 2024
1 parent 4dc0f3e commit adad8fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
env:
build_dir: .build
steps:

- name: download cache
uses: actions/download-artifact@v3
with:
Expand All @@ -128,10 +127,10 @@ jobs:
run: |
mkdir -p ~/.conan2
tar -xzf conan.tar -C ~/.conan2
- name: environment
uses: ./.github/actions/environment
- name: checkout
uses: actions/checkout@v4
- name: environment
uses: ./.github/actions/environment
- name: dependencies
uses: ./.github/actions/dependencies
env:
Expand Down

0 comments on commit adad8fb

Please sign in to comment.