From e98a4ccf99bc221c8a87230eddca1fcdfe2e9f9b Mon Sep 17 00:00:00 2001 From: Gavin Gray Date: Sun, 18 Feb 2024 23:13:52 +0100 Subject: [PATCH] Update CI workflow. --- .github/workflows/setup/action.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup/action.yml b/.github/workflows/setup/action.yml index 7e8804f..e74e567 100644 --- a/.github/workflows/setup/action.yml +++ b/.github/workflows/setup/action.yml @@ -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