Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyob committed Oct 11, 2023
1 parent 2626f5e commit 05b81f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
name: trilitech-jstz
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- run: nix shell --run "make fmt"
- run: nix develop --command bash -c "make fmt"

build:
name: Build `jstz_kernel`
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -45,9 +46,6 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"

- run: nix build
- run: nix shell --run "echo OK"

- run: cachix push trilitech-jstz result --watch-store

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 05b81f0

Please sign in to comment.