Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 19, 2024
1 parent c632c37 commit 68e1019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ jobs:
shell: ${{ matrix.shell }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Arturo
uses: arturo-lang/arturo-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
mode: ${{ matrix.mode }}
arch: ${{ matrix.arch }}
src: local

- if: matrix.os != 'ubuntu-latest' || matrix.arch != 'arm64'
name: Run tests (Old)
Expand Down

0 comments on commit 68e1019

Please sign in to comment.