Skip to content

Commit

Permalink
Update CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Feb 18, 2024
1 parent 2443626 commit abbf3ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ runs:
- uses: davidB/rust-cargo-make@v1
with:
version: '0.36.4'
- name: Install Guile
run: sudo apt-get install -y guile-3.0
shell: bash

- name: Gen bindings
run: cargo make init-bindings
Expand All @@ -16,10 +19,10 @@ runs:
run: curl https://raw.githubusercontent.com/cognitive-engineering-lab/depot/main/scripts/install.sh | sh
shell: bash

- name: Prepare frontend
- name: Prepare IDE
run: cd ide && depot build
shell: bash

- name: Install argus
- name: Install Argus
run: cargo install --path crates/argus_cli --debug --locked
shell: bash

0 comments on commit abbf3ee

Please sign in to comment.