File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,18 @@ jobs:
44
44
run : |
45
45
sudo apt update
46
46
sudo apt install -y --no-install-recommends pkg-config libcairo2-dev libxml2-dev
47
+ - uses : actions/checkout@v4
48
+ with :
49
+ sparse-checkout : ' .github/workflows'
50
+ sparse-checkout-cone-mode : false
47
51
- name : Download tarball
48
52
uses : actions/download-artifact@v3
49
53
with :
50
54
name : Tarball
51
55
- name : Extract, build and check
52
- run : $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
56
+ run : |
57
+ ls -la
58
+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
53
59
check-tarball-gh-macos-latest :
54
60
name : Check tarball on GH macos-latest
55
61
needs : build-tarball
@@ -59,12 +65,18 @@ jobs:
59
65
run : |
60
66
brew install pkg-config
61
67
brew install cairo
68
+ - uses : actions/checkout@v4
69
+ with :
70
+ sparse-checkout : ' .github/workflows'
71
+ sparse-checkout-cone-mode : false
62
72
- name : Download tarball
63
73
uses : actions/download-artifact@v3
64
74
with :
65
75
name : Tarball
66
76
- name : Extract, build and check
67
- run : $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
77
+ run : |
78
+ ls -la
79
+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
68
80
# check-tarball:
69
81
# name: Check tarball on GH runners
70
82
# needs: build-tarball
You can’t perform that action at this time.
0 commit comments