From: Wayne Davison Date: Wed, 7 Oct 2020 21:02:28 +0000 (-0700) Subject: Use the right powershell env syntax. [buildall] X-Git-Tag: v3.2.4pre1~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0748800118151d7755b7b62d47635b17b030f308;p=thirdparty%2Frsync.git Use the right powershell env syntax. [buildall] --- 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