Skip to content

Commit 6ef44f4

Browse files
authored
Remove libatomic-dev installation from workflow
1 parent 8d14140 commit 6ef44f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-loongarch64-aot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-e CORE_ROOT=/runtime/artifacts/tests/coreclr/linux.loongarch64.Checked/Tests/Core_Root \
4545
--platform linux/loong64 loongarch64/debian \
4646
sh -c '
47-
apt update && apt install -y file llvm libatomic-dev &&
47+
apt update && apt install -y file llvm &&
4848
mkdir -p $CORE_ROOT/SuperFileCheck/runtimes/linux-loongarch64/native &&
4949
ln -s /usr/bin/llvm-dwarfdump $CORE_ROOT/SuperFileCheck/runtimes/linux-loongarch64/native;
5050

0 commit comments

Comments
 (0)