From 8257ef1127bcad2a4d4d435cb7113180e8c8bec8 Mon Sep 17 00:00:00 2001 From: Riccardo Schirone <562321+ret2libc@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:10:56 +0100 Subject: [PATCH] ci: fix windows tests (#41) --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 726f582..fc60971 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -48,7 +48,7 @@ jobs: run: | git clone https://github.com/rizinorg/rizin cd rizin - git checkout v0.4.1 + git checkout v0.5.1 meson --buildtype=release --prefix=${{ matrix.prefix }} ${{ matrix.meson_options }} build meson compile -C build ${{ matrix.sudo }} meson install -C build @@ -56,8 +56,7 @@ jobs: - name: Add rizin dir to PATH if: matrix.os == 'windows-latest' run: | - Add-Content $env:GITHUB_PATH "D:\bin" - + echo "D:/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Set up Go 1.19 uses: actions/setup-go@v1 with: