From 0748800118151d7755b7b62d47635b17b030f308 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 7 Oct 2020 14:02:28 -0700 Subject: [PATCH] Use the right powershell env syntax. [buildall] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65de5a0d..a1e5996f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: run: | cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel curl.exe -o git-version.h https://download.samba.org/pub/rsync/generated-files/git-version.h - echo "C:/tools/cygwin/bin" >>$GITHUB_PATH + echo "C:/tools/cygwin/bin" >>$Env:GITHUB_PATH - name: configure run: bash -c './configure' - name: make -- 2.34.1