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 8662e1d commit 492b5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4

- name: test
uses: ./
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'Lemlib/LemLib'
repository: ${{ inputs.repository }}

- name: Build PROS Project
run: make clean quick -j
Expand Down

0 comments on commit 492b5ef

Please sign in to comment.