vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 6fa7bb179640d6c3f0b118aa10fc2dd37541d81e
parent 488fe25b9bac1d233d507e62986e8d9f3db66216
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri, 20 Nov 2020 11:16:56 +0100

ci: avoid usage of ::add-path:: command in GitHub action

Diffstat:
M.github/workflows/windows.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml @@ -21,7 +21,10 @@ jobs: run: | choco install --no-progress --yes --force --source=cygwin gcc-core,libtool,make,wget,pkg-config choco install --no-progress --yes --force --source=cygwin lua,lua-devel,lua-lpeg,libncurses-devel - echo '::add-path::C:\tools\cygwin\bin' + + - name: Setup $PATH + shell: bash + run: echo 'C:\tools\cygwin\bin' >> $GITHUB_PATH - name: Git configuration run: |