We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5c0a commit 6f7f150Copy full SHA for 6f7f150
.github/workflows/linux.yml
@@ -35,7 +35,6 @@ jobs:
35
36
- name: Install Ubuntu dependencies
37
run: |
38
- pwd
39
sudo apt-get update
40
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
41
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
@@ -49,14 +48,13 @@ jobs:
49
48
50
- name: Install Catch2
51
52
53
cmake -Bbuild -H. -DBUILD_TESTING=OFF
54
sudo cmake --build build/ --target install
55
working-directory: ./Catch2
56
57
- name: Configure and build
58
59
+ ls -lah
60
cmake .
61
make
62
0 commit comments