Skip to content

Commit b50ee78

Browse files
committed
sudo tar -> tar
1 parent 1087ee5 commit b50ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aiscm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install libtensorflow-cpu-linux
3838
run: |
3939
wget -q https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
40-
sudo tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
40+
tar xz -C /usr/local -f libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz
4141
- name: autoreconf
4242
run: ./autogen.sh
4343
- name: configure

0 commit comments

Comments
 (0)