Skip to content

Commit

Permalink
ci: fix windows tests (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc authored Mar 16, 2023
1 parent 4955be0 commit 8257ef1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ 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
cd ..
- 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:
Expand Down

0 comments on commit 8257ef1

Please sign in to comment.