Skip to content

Commit

Permalink
Bump to 0.1.6 and fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Aug 31, 2023
1 parent 221980e commit 6614bef
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Install and test
run: |
cd $GITHUB_WORKSPACE
nix develop --command bash -c "cargo install --path . && sh run_test.sh"
nix develop --command bash -c "cargo install --force --locked --path . && sh run_test.sh"
Loading

0 comments on commit 6614bef

Please sign in to comment.