Skip to content

Commit 07f8c5b

Browse files
committed
Don't install llvm during job
1 parent a386602 commit 07f8c5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ur-build-offload.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323

2424
- name: Install liboffload
25-
run: |
26-
sudo curl -sSL https://apt.llvm.org/llvm-snapshot.gpg.key -o /etc/apt/trusted.gpg.d/apt.llvm.org.asc
27-
echo 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main' | sudo tee /etc/apt/sources.list.d/llvm.list
28-
sudo apt-get update
29-
sudo apt-get -y install liboffload-21 liboffload-21-dev
25+
run: sudo apt-get update -qq && sudo apt-get install --no-install-recommends -yqq liboffload-21 liboffload-21-dev
3026

3127
- name: Configure Unified Runtime project
3228
# ">" is used to avoid adding "\" at the end of each line; this command is quite long

0 commit comments

Comments
 (0)