Skip to content

Commit

Permalink
added safe.directory value to git config
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 22, 2024
1 parent 5acc850 commit c0101b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
make install-deps
pip install --require-hashes -r requirements/dev-requirements.txt
- name: Build RPM
run: make build-rpm
run: |
git config --global --add safe.directory '*'
make build-rpm
- name: Check reproducibility
run: make reprotest
launcher-tests:
Expand Down

0 comments on commit c0101b5

Please sign in to comment.