We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f800f commit 4ec9a97Copy full SHA for 4ec9a97
1 file changed
.github/workflows/ci.yml
@@ -94,6 +94,8 @@ jobs:
94
uses: actions/checkout@v4.1.2
95
with:
96
fetch-depth: 0
97
+ - name: CPU Arch
98
+ run: uname -m
99
- name: Run ${{ matrix.tfm }} tests
100
run: |
101
git_command="git config --global --add safe.directory /app"
0 commit comments