Skip to content

Commit

Permalink
ci/windows:testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Aug 29, 2024
1 parent 7822ad2 commit 16a6b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingwbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Pull the Docker Image
run: docker pull cristianbindea/scopy2-mingw64:latest
run: docker pull cristianbindea/scopy2-mingw64:testing

- name: Run Docker Image
shell: cmd
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
-e GITHUB_RUN_NUMBER=%GITHUB_RUN_NUMBER% ^
-e RUNNER_ARCH=%RUNNER_ARCH% ^
-e CI_SCRIPT=ON ^
cristianbindea/scopy2-mingw64:latest C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/ci/windows/build_and_create_installer.sh'
cristianbindea/scopy2-mingw64:testing C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/ci/windows/build_and_create_installer.sh'
- name: Set short git commit SHA
shell: bash
Expand Down

0 comments on commit 16a6b7e

Please sign in to comment.