Skip to content

Commit 6f7f150

Browse files
committed
Trying more stuff
1 parent 63c5c0a commit 6f7f150

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535

3636
- name: Install Ubuntu dependencies
3737
run: |
38-
pwd
3938
sudo apt-get update
4039
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
4140
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
@@ -49,14 +48,13 @@ jobs:
4948
5049
- name: Install Catch2
5150
run: |
52-
pwd
5351
cmake -Bbuild -H. -DBUILD_TESTING=OFF
5452
sudo cmake --build build/ --target install
5553
working-directory: ./Catch2
5654

5755
- name: Configure and build
5856
run: |
59-
pwd
57+
ls -lah
6058
cmake .
6159
make
6260

0 commit comments

Comments
 (0)