File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Copyright 2024 Nils Knieling. All Rights Reserved.
3+ # Copyright 2024-2026 Nils Knieling. All Rights Reserved.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -114,10 +114,6 @@ cd "$MY_RUNNER_DIR" && \
114114curl -O -L " https://github.com/actions/runner/releases/download/v${MY_RUNNER_VERSION} /actions-runner-linux-${MY_ARCH} -${MY_RUNNER_VERSION} .tar.gz" && \
115115tar xzf " actions-runner-linux-${MY_ARCH} -${MY_RUNNER_VERSION} .tar.gz"
116116
117- # Patch for Ubuntu 24.04 (https://github.com/actions/runner/issues/3150)
118- # This patch might be necessary for successful installation on Ubuntu 24.04
119- sed -i ' s/libicu72/libicu72 libicu74/' ./bin/installdependencies.sh
120-
121117# Run the installation script
122118./bin/installdependencies.sh && \
123119echo " GitHub Actions Runner installed successfully."
You can’t perform that action at this time.
0 commit comments