.gitea: find gcc

This commit is contained in:
Felix Lange 2025-07-04 13:51:32 +02:00
parent 063033834b
commit f0479f3158

View file

@ -137,6 +137,11 @@ jobs:
# Note: gcc.exe only works properly if the corresponding bin/ directory is
# contained in PATH.
- name: "Find gcc"
shell: cmd
run: |
where gcc
- name: "Build (amd64)"
shell: cmd
run: |