Skip to content

Commit

Permalink
fix: zencode-exec in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Aug 31, 2023
1 parent 299227e commit 93a01c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ jobs:
- run: |
pip3 install meson ninja
sudo apt-get install --force-yes zsh
- run: make linux-rust
- run: make linux
- run: cp src/zencode-exec /usr/local/bin/
- name: 🧪 test bindings rust-${{ matrix.rust }}
working-directory: bindings/rust
run: cargo test
Expand Down

0 comments on commit 93a01c5

Please sign in to comment.