Skip to content

Commit

Permalink
add env var on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fdch committed Jun 18, 2023
1 parent df1f001 commit b62ae59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
run: ./config.sh
- name: make
run : make pdbinpath="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64 -Iinclude
- name: set environment variable
run: echo ("LOCAL_SHORT_COMMANDS := true") >> $env:GITHUB_ENV
- name: install lib
run: |
make install PDLIBDIR=.
Expand Down

0 comments on commit b62ae59

Please sign in to comment.