diff options
| author | Stefan Boberg <[email protected]> | 2025-10-24 20:01:33 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-24 20:01:33 +0200 |
| commit | 9b350f62e5f2b67330e9b42d7817aed153a08787 (patch) | |
| tree | 0874baaf6fbbee06090c102643293390307236d4 /.github/workflows | |
| parent | add -y (diff) | |
| download | zen-9b350f62e5f2b67330e9b42d7817aed153a08787.tar.xz zen-9b350f62e5f2b67330e9b42d7817aed153a08787.zip | |
try sudo, probably won't work
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0a0ae727c..343792b1b 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v3 - name: Install libatomic - run: dnf install -y libatomic libatomic-static + run: sudo dnf install -y libatomic libatomic-static - name: Install UE Toolchain run: | diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8bd11f54f..5cccc3693 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v3 - name: Install libatomic - run: dnf install -y libatomic libatomic-static + run: sudo dnf install -y libatomic libatomic-static - name: Install UE Toolchain run: | |