Skip to content

Commit

Permalink
Fix yaml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jan 18, 2024
1 parent 8310a69 commit aeff251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Set all directories as git safe
run: |
git config --global --add safe.directory '*'
Expand Down Expand Up @@ -144,7 +145,7 @@ jobs:
cd build
ctest -j1 --output-on-failure --repeat until-pass:4
- name: Archive log files on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: logfiles
Expand Down

0 comments on commit aeff251

Please sign in to comment.