aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 20:11:55 +0200
committerStefan Boberg <[email protected]>2025-10-24 20:11:55 +0200
commit6529cb941431720ab42df250f9f924ea60e77e62 (patch)
treee184821073167f6e81a75193efca91013d7b359b
parenttry sudo, probably won't work (diff)
downloadzen-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.yml3
-rw-r--r--.github/workflows/validate.yml3
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