Skip to content

Commit

Permalink
Mark directory as 'safe'
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Nov 10, 2023
1 parent cd1775b commit 6ddd772
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: RPM build LIKWID
id: rpmbuild
run: make RPM
run: |
git config --add safe.directory $(pwd)
make RPM
# AlmaLinux 8.5 is a derivate of RedHat Enterprise Linux 8 (UBI8),
# so the created RPM both contain the substring 'el8' in the RPM file names
Expand Down Expand Up @@ -130,7 +132,9 @@ jobs:
- name: RPM build LIKWID
id: rpmbuild
run: make RPM
run: |
git config --add safe.directory $(pwd)
make RPM
# See: https://github.com/actions/upload-artifact
- name: Save RPM as artifact
Expand Down

0 comments on commit 6ddd772

Please sign in to comment.