We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcafd6e commit ba39182Copy full SHA for ba39182
1 file changed
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: make (windows)
64
if: matrix.os == 'windows-latest'
65
- run: make PDBINPATH="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64
+ run: make pdbinpath="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64
66
67
# ---- package ----
68
- name: package (unix)
0 commit comments