Skip to content

Commit

Permalink
Disable fuel-nightly macos-latest build until #61 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed May 30, 2023
1 parent e8558eb commit e3adcd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
with:
name: fuellabs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --print-build-logs --no-update-lock-file .#${{ matrix.package }}
# TODO: Remove this condition after resolving #61.
- if: ${{ matrix.os }} != 'macos-latest' || ${{ matrix.package }} != 'fuel-nightly'
run: nix build --print-build-logs --no-update-lock-file .#${{ matrix.package }}

nix-develop:
needs: nix-build
Expand Down

0 comments on commit e3adcd4

Please sign in to comment.