Skip to content

Commit

Permalink
ci: fix Flox installation action reference
Browse files Browse the repository at this point in the history
- Update flox/install-flox@v1 to determinatesystems/flox-install-action@v1
- This fixes the CI failure in the flox-build job

Co-Authored-By: michael@flox.dev <michael@flox.dev>
  • Loading branch information
devin-ai-integration[bot] and limeytexan committed Dec 18, 2024
1 parent a35a6eb commit 60a3d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Flox
uses: flox/install-flox@v1
uses: determinatesystems/flox-install-action@v1

- name: Build with Flox
run: |
Expand Down

0 comments on commit 60a3d47

Please sign in to comment.