Skip to content

Commit

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

Co-Authored-By: [email protected] <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and limeytexan committed Dec 18, 2024
1 parent 60a3d47 commit 4ad07b1
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: determinatesystems/flox-install-action@v1
uses: DeterminateSystems/flox-install-action@v1

- name: Build with Flox
run: |
Expand Down

0 comments on commit 4ad07b1

Please sign in to comment.