summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-02-13 20:55:33 -0500
committerGitHub <noreply@github.com>2024-02-13 19:55:33 -0600
commitc1eb0a897019993f16b9f0603b51b136a1ea7bcc (patch)
tree335cb7df494485f63266394462dc984521445965 /.github
parent8a14fea94c07332bcf61a135076d930073e1d2da (diff)
Bump latest LUS and Fix ship menu bar icon (#3935)
* fix ship menu bar icon * update cmake in wiiu/switch * different cmake install * wrong arch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/generate-builds.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index 6f7134282..582022dbd 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -221,6 +221,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
+ sudo apt-get remove -y cmake
+ wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
+ sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
- name: Fix dubious ownership error
if: ${{ vars.LINUX_RUNNER }}
run: git config --global --add safe.directory '*'
@@ -264,6 +267,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
+ sudo apt-get remove -y cmake
+ wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
+ sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
- uses: actions/checkout@v3
with:
submodules: true