Skip to content

Commit 48fc13a

Browse files
authored
Update kcpp-build-release-linux-rocm.yaml
1 parent dfc9a3c commit 48fc13a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/kcpp-build-release-linux-rocm.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
linux:
1818
runs-on: ubuntu-22.04
1919
steps:
20+
- name: apt update
21+
id: aptupdate
22+
run: |
23+
apt-get update
24+
2025
- name: Free Disk Space (Ubuntu)
2126
uses: jlumbroso/free-disk-space@main
2227
with:
@@ -46,8 +51,6 @@ jobs:
4651
- name: Dependencies
4752
id: depends
4853
run: |
49-
rm /var/lib/apt/lists/lock
50-
apt-get update
5154
apt-get install -y sudo
5255
export DEBIAN_FRONTEND=noninteractive
5356
sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime

0 commit comments

Comments
 (0)