Skip to content

Commit

Permalink
Update ada.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjarrett authored Jan 18, 2024
1 parent 0dae097 commit 36a6310
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ main ]
branches: [ main, workflows ]
pull_request:
branches: [ main ]
branches: [ main, workflows ]

jobs:
build:
Expand All @@ -24,14 +24,9 @@ jobs:
with:
distrib: community
target: native
- name: alire-project/setup-alire
uses: alire-project/setup-alire@latest-stable
- name: alire-project/setup-alire@v2
uses: alire-project/setup-alire@v2
- name: Build
run: |
alr index --reset-community
alr config --global --set toolchain.assistant false
alr toolchain --install gnat_native --non-interactive
alr toolchain --install gprbuild --non-interactive
alr toolchain --select gnat_native --non-interactive
alr toolchain --select gprbuild --non-interactive
alr build --non-interactive
alr --no-tty build

0 comments on commit 36a6310

Please sign in to comment.