diff options
| author | Stefan Boberg <[email protected]> | 2025-10-24 20:11:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-24 20:11:55 +0200 |
| commit | 6529cb941431720ab42df250f9f924ea60e77e62 (patch) | |
| tree | e184821073167f6e81a75193efca91013d7b359b | |
| parent | try sudo, probably won't work (diff) | |
| download | zen-6529cb941431720ab42df250f9f924ea60e77e62.tar.xz zen-6529cb941431720ab42df250f9f924ea60e77e62.zip | |
can't install anything on the system from an action I guess
| -rw-r--r-- | .github/workflows/create_release.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/validate.yml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 343792b1b..6fe82aed1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -66,9 +66,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install libatomic - run: sudo dnf install -y libatomic libatomic-static - - name: Install UE Toolchain run: | rm -rf ./.tmp-ue-toolchain diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5cccc3693..5ec818116 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -134,9 +134,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install libatomic - run: sudo dnf install -y libatomic libatomic-static - - name: Install UE Toolchain run: | rm -rf ./.tmp-ue-toolchain |