From 449e43f71ce0cf63cfb70b31dc0ad0b756a551be Mon Sep 17 00:00:00 2001 From: superpenguin612 <74030080+superpenguin612@users.noreply.github.com> Date: Sat, 10 Feb 2024 22:04:26 -0500 Subject: [PATCH] fix CI --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b76268..5e68b31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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