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 cf59dc9 commit e98a4cc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ 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
shell: bash

- name: Install Depot
run: curl https://raw.githubusercontent.com/cognitive-engineering-lab/depot/main/scripts/install.sh | sh
shell: bash

- name: Install Test Libraries
run: sudo apt-get install -y libasound2
shell: bash

- name: Gen bindings
run: cargo make init-bindings
shell: bash

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

0 comments on commit e98a4cc

Please sign in to comment.