This commit is contained in:
lleyton
2022-10-22 16:01:25 -07:00
committed by GitHub
parent 5fa8ba12ef
commit e724df659a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Set up dependencies
run: |
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic/raw/main/terra.repo
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
sudo dnf install -y anda mock rpm-build git-core
# add to safe directory
git config --global --add safe.directory "$GITHUB_WORKSPACE"