Skip to content

Commit

Permalink
Minor description tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Sep 14, 2021
1 parent cba561b commit afeafc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

GitHub action to setup Alire, the Ada/SPARK package manager, from the
development branch. This action also takes care of setting up a compiler to
carry out the build.
carry out the build of Alire. However, after the action completes, Alire will
be configured to rely on the compiler configured via `alr toolchain`.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
toolchain:
description: Arguments to pass to `alr toolchain` after setup
required: false
default: 'gnat_native gprbuild<2000'
default: 'gnat_native gprbuild'
toolchain_dir:
description: Location to install the toolchain under
required: false
Expand All @@ -21,5 +21,5 @@ runs:
- name: Set up Alire
uses: alire-project/setup-alire@latest-devel
with:
toolchain: ${{ toolchain }}
toolchain_dir: ${{ toolchain_dir }}
toolchain: ${{ inputs.toolchain }}
toolchain_dir: ${{ inputs.toolchain_dir }}

0 comments on commit afeafc0

Please sign in to comment.