File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Install Ubuntu dependencies
37
37
run : |
38
+ pwd
38
39
sudo apt-get update
39
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
40
41
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
@@ -48,16 +49,19 @@ jobs:
48
49
49
50
- name : Install Catch2
50
51
run : |
51
- cd Catch2
52
+ pwd
52
53
cmake -Bbuild -H. -DBUILD_TESTING=OFF
53
54
sudo cmake --build build/ --target install
55
+ working-directory : ./Catch2
54
56
55
57
- name : Configure and build
56
58
run : |
59
+ pwd
57
60
cmake .
58
61
make
59
62
60
63
- name : run tests
61
64
run : |
65
+ pwd
62
66
export XSREF_TABLES_PATH="xsref/tables"
63
67
ctest --output-on-failure
You can’t perform that action at this time.
0 commit comments