Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Make fater with prebuilt binaries in CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent 86d5ca1 commit 8477ba8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ jobs:
current: ${{ steps.current.outputs.current }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- run: go install .
- name: Install nix parser
run: curl -L https://github.com/kachick/nix-headbump/releases/latest/download/nix-headbump_Linux_x86_64.tar.gz | tar xvz -C ./ nix-headbump
- id: current
run: |
current="$(nix-headbump -current)"
current="$(./nix-headbump -current)"
echo "current=${current}" | tee -a "$GITHUB_OUTPUT"
tasks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8477ba8

Please sign in to comment.