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 b62ae59 commit f3e60be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
OUTPUT: fd_lib-windows-latest
PDVERSION: pd-0.53-2
steps:
- name: set environment variable
run: echo ("LOCAL_SHORT_COMMANDS=true") >> $env:GITHUB_ENV
- uses: actions/checkout@v3
- name: get pdlibbuilder
run: git submodule init && git submodule update
Expand All @@ -85,8 +87,6 @@ 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 f3e60be

Please sign in to comment.