Skip to content

Commit 94a0a4a

Browse files
committed
extra patch for ubuntu 24.04 removed
1 parent 54da470 commit 94a0a4a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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" && \
114114
curl -O -L "https://github.com/actions/runner/releases/download/v${MY_RUNNER_VERSION}/actions-runner-linux-${MY_ARCH}-${MY_RUNNER_VERSION}.tar.gz" && \
115115
tar 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 && \
123119
echo "GitHub Actions Runner installed successfully."

0 commit comments

Comments
 (0)