We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd211f commit d27a08fCopy full SHA for d27a08f
.github/workflows/build-wheel.yml
@@ -39,6 +39,14 @@ jobs:
39
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||
40
(inputs.host-platform == 'win-64' && 'windows-2022') }}
41
steps:
42
+ - name: run df
43
+ run: df -T
44
+
45
+ - name: cat fs
46
+ run: |
47
+ cat /proc/mounts
48
+ exit 1
49
50
- name: Checkout ${{ github.event.repository.name }}
51
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
with:
0 commit comments