Skip to content

Commit 42814b2

Browse files
committed
Add missing apt-get update
1 parent e2504ea commit 42814b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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
4142
sudo apt-get install -y -V libarrow-dev # For C++
4243
sudo apt-get install -y -V libarrow-glib-dev # For GLib (C)
4344
sudo apt-get install -y -V libarrow-dataset-dev # For Apache Arrow Dataset C++

0 commit comments

Comments
 (0)