Skip to content

Commit

Permalink
CI: move workaround outside its own step
Browse files Browse the repository at this point in the history
No need to frame it on its own.
  • Loading branch information
knocte committed Feb 2, 2024
1 parent e9b735f commit 75b0464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
apt update
apt install --yes sudo
sudo apt install --yes --no-install-recommends git
# workaround for https://github.com/actions/runner/issues/2033
- name: ownership workaround
run: git config --global --add safe.directory '*'
# workaround for https://github.com/actions/runner/issues/2033
git config --global --add safe.directory '*'
- name: Setup .NET
run: |
Expand Down

0 comments on commit 75b0464

Please sign in to comment.