File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,17 @@ 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
+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
53
58
check-tarball-gh-macos-latest :
54
59
name : Check tarball on GH macos-latest
55
60
needs : build-tarball
@@ -59,12 +64,17 @@ jobs:
59
64
run : |
60
65
brew install pkg-config
61
66
brew install cairo
67
+ - uses : actions/checkout@v4
68
+ with :
69
+ sparse-checkout : ' .github/workflows'
70
+ sparse-checkout-cone-mode : false
62
71
- name : Download tarball
63
72
uses : actions/download-artifact@v3
64
73
with :
65
74
name : Tarball
66
75
- name : Extract, build and check
67
- run : $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
76
+ run : |
77
+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
68
78
# check-tarball:
69
79
# name: Check tarball on GH runners
70
80
# needs: build-tarball
You can’t perform that action at this time.
0 commit comments