Skip to content

Commit

Permalink
CI: generate bindists from scratch
Browse files Browse the repository at this point in the history
for testing purposes
  • Loading branch information
amesgen authored and TerrorJack committed May 21, 2024
1 parent 6291dd0 commit 4439f0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build -L
- name: Run from scratch
id: run-from-scratch
run: |
rm meta.json
nix run . -- --download-url-prefix https://example.org/
cat meta.json

0 comments on commit 4439f0a

Please sign in to comment.