Skip to content

Commit

Permalink
ci: which gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent d49922b commit b2d057f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Which python3
run: python3 -c "import sys; print(sys.executable)"

- name: Which gcc
run: which gcc

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit b2d057f

Please sign in to comment.