From 0e790220c26e5f570e276a4ba874b4b8078d65b0 Mon Sep 17 00:00:00 2001 From: Jonathan De Wachter Date: Tue, 22 Oct 2024 22:28:37 +0800 Subject: [PATCH] test 4 --- .github/workflows/setup-erlang-examples.yml | 29 ++++----------------- 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/.github/workflows/setup-erlang-examples.yml b/.github/workflows/setup-erlang-examples.yml index 1ec7ad0..1331932 100644 --- a/.github/workflows/setup-erlang-examples.yml +++ b/.github/workflows/setup-erlang-examples.yml @@ -68,40 +68,21 @@ jobs: - uses: msys2/setup-msys2@v2 with: + msystem: MINGW64 update: false install: >- git make mingw-w64-x86_64-gcc + path-type: inherit - run: | ls ${{ steps.setup-erlang.outputs.erlang-location }} ls ${{ steps.setup-erlang.outputs.erlang-location }}/bin + - shell: msys2 {0} run: | ls ${{ steps.setup-erlang.outputs.erlang-location }} ls ${{ steps.setup-erlang.outputs.erlang-location }}/bin - - # - uses: msys2/setup-msys2@v2 - # with: - # update: true - # install: >- - # git - # make - # mingw-w64-x86_64-gcc - # - shell: msys2 {0} - # run: | - # echo $PATH - # - uses: erlangsters/setup-erlang@v1.0.1 - # id: setup-erlang - # with: - # erlang-version: ${{ matrix.version }} - # - shell: msys2 {0} - # run: | - # ls ${{ steps.setup-erlang.outputs.erlang-location }} - # ls ${{ steps.setup-erlang.outputs.erlang-location }}/bin - # cd nif-library-erlang-mk - # make - # make eunit - # env: - # PATH: ${{ steps.setup-erlang.outputs.erlang-location }}/bin:$PATH + cd nif-library-erlang-mk + make \ No newline at end of file