Skip to content

Commit

Permalink
I guess we don't need sudo here
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 29, 2023
1 parent d3b6a5d commit 90d6bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
run: uname -a
- name: Setup platform
run: |
sudo apt-get install -y ca-certificates
apt-get install -y ca-certificates
- name: Perl version check
run: |
perl -V
Expand Down

0 comments on commit 90d6bcd

Please sign in to comment.