Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Feb 13, 2024
1 parent 617b445 commit 11a7fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
CFLAGS: '-O2 -gdwarf-4'
steps:
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
- name: Pacify git's permission check
run: git config --global --add safe.directory /__w/cockpit/cockpit
# - name: Pacify git's permission check
# run: git config --global --add safe.directory /__w/cockpit/cockpit

- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -38,4 +38,4 @@ jobs:
# HACK: -gdwarf-4 is for clang: https://bugs.kde.org/show_bug.cgi?id=452758
run: |
./autogen.sh
make -j$(nproc) CC='${{ matrix.scenario.cc }}' ${{ matrix.scenario.make }}'
make -j$(nproc) CC='${{ matrix.scenario.cc }}' '${{ matrix.scenario.make }}'

0 comments on commit 11a7fce

Please sign in to comment.