Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 8, 2024
1 parent b9ee8d6 commit 8662e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ inputs:

runs:
using: composite
shell: bash
steps:
- name: Install ARM Toolchain
uses: fiam/arm-none-eabi-gcc@v1
Expand All @@ -31,6 +30,7 @@ runs:

- name: Testing PROS Install
run: pros --version
shell: bash

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -39,3 +39,4 @@ runs:

- name: Build PROS Project
run: make clean quick -j
shell: bash

0 comments on commit 8662e1d

Please sign in to comment.