Skip to content

Commit

Permalink
Attempt to fix check-lurk-compiles CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Mar 12, 2024
1 parent 051624c commit e4423df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
echo "[patch.'https://github.com/lurk-lab/bellpepper']" >> Cargo.toml
echo "bellpepper = { path='../bellpepper/crates/bellpepper' }" >> Cargo.toml
echo "[patch.crates-io]" >> Cargo.toml
echo "bellpepper-core = { path='../bellpepper/crates/bellpepper-core' }" >> Cargo.toml
- name: Check Lurk-rs types don't break spectacularly
working-directory: ${{ github.workspace }}/lurk
Expand Down

0 comments on commit e4423df

Please sign in to comment.