Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 11, 2024
1 parent ebfaf1f commit 12d3c0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
crates: gnat_native^${{matrix.gcc_version}} gprbuild

# DEBUG
- name: Setup upterm session
if: matrix.os == 'ubuntu-latest'
uses: lhotari/action-upterm@v1

- name: Build alr with toolchain from `alr install`
shell: bash
run: dev/build.sh
Expand Down

0 comments on commit 12d3c0e

Please sign in to comment.