Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Feb 11, 2024
1 parent 9161e63 commit 449e43f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Update Git settings to set directory as safe
run: git config --global --add safe.directory /__w/2024-Robot/2024-Robot

- name: Check out the submodule
run: git submodule update --init

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 449e43f

Please sign in to comment.