Skip to content

Commit 74aab45

Browse files
committed
Fix typo
1 parent 42814b2 commit 74aab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get update
3939
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
4040
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
41-
suto apt-get update
41+
sudo apt-get update
4242
sudo apt-get install -y -V libarrow-dev # For C++
4343
sudo apt-get install -y -V libarrow-glib-dev # For GLib (C)
4444
sudo apt-get install -y -V libarrow-dataset-dev # For Apache Arrow Dataset C++

0 commit comments

Comments
 (0)