diff --git a/.github/workflows/setup/action.yml b/.github/workflows/setup/action.yml index 427221c..7e8804f 100644 --- a/.github/workflows/setup/action.yml +++ b/.github/workflows/setup/action.yml @@ -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 @@ -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