Skip to content

Commit 09611c2

Browse files
author
Julien Dehos
committed
up ci
1 parent 59dea2a commit 09611c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build using Nix
43-
run: nix develop .#default --command bash -c "cabal build"
44-
43+
run: nix-shell --run "cabal update && cabal run"
4544

4645
deploy:
4746
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)