Skip to content

Commit

Permalink
Fixup heredoc, executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 23, 2025
1 parent 23a44e6 commit 2363ed2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,18 @@ jobs:
with:
name: criticalup-${{ matrix.os }}

- name: Make executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./criticalup

- name: Auth Criticalup
run: ./criticalup auth set $CRITICALUP_TOKEN

- name: "Define toolchain"
run: |
mkdir -p crab-boil
cd crab-boil
echo <<-EOF > criticalup.toml
cat <<- EOF > criticalup.toml
manifest-version = 1
[products.ferrocene]
Expand Down Expand Up @@ -151,6 +155,7 @@ jobs:
./criticalup remove

./criticalup clean

license:
name: Check licenses
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2363ed2

Please sign in to comment.