Skip to content

Commit

Permalink
correct env var for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fdch committed Jun 18, 2023
1 parent aa96f11 commit 089b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
PDVERSION: pd-0.53-2
steps:
- name: set environment variable
run: echo ("LOCAL_SHORT_COMMANDS=true") >> $env:GITHUB_ENV
run: echo "LOCAL_SHORT_COMMANDS=true" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: get pdlibbuilder
run: git submodule init && git submodule update
Expand Down

0 comments on commit 089b71e

Please sign in to comment.