We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cc66e commit f0025f6Copy full SHA for f0025f6
.github/workflows/rust.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
GATE_REF="$(./tools/check_headers gate_ref)"
56
git clone --depth 1 --revision "$GATE_REF" \
57
- https://github.com/oxidecomputer/illumos-gate ../illumos-gate
58
- ls ../illumos-gate/usr/src/uts/intel/sys/
59
- ./tools/check_headers run ../illumos-gate
+ https://github.com/oxidecomputer/illumos-gate ./illumos-gate
+ ls ./illumos-gate/usr/src/uts/intel/sys/
+ ./tools/check_headers run ./illumos-gate
60
0 commit comments