Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
summarize: false
- if: steps.filter.outputs.relevant == 'true'
uses: DeterminateSystems/magic-nix-cache-action@v13
with:
use-flakehub: "disabled"

- name: Tidy Go modules
if: steps.filter.outputs.relevant == 'true'
Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v13
with:
use-flakehub: "disabled"
- run: nix build .#checks.x86_64-linux.${{ matrix.check }}

packages:
Expand All @@ -158,6 +162,8 @@ jobs:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v13
with:
use-flakehub: "disabled"
- run: nix run .#${{ matrix.package }}
- run: git diff --exit-code

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
ref: v${{ inputs.version }}
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v13
with:
use-flakehub: "disabled"
- name: Publish crate
run: |
OUTPUT=$(nix develop -c cargo publish --token '${{ secrets.CRATES_TOKEN }}' 2>&1) && exit 0
Expand Down
2 changes: 1 addition & 1 deletion bindings/go/scip/scip.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading