Skip to content

Commit 5113724

Browse files
committed
Fix permissions issue
1 parent bb3a81a commit 5113724

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nss-curl-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
vim \
5151
ca-certificates \
5252
libnss3-tools
53-
ln -sf /usr/bin/python3 /usr/bin/python
54-
rm -rf /var/lib/apt/lists/*
53+
sudo rm -rf /var/lib/apt/lists/*
5554
5655
- name: Cache NSPR
5756
id: cache-nspr

0 commit comments

Comments
 (0)