Skip to content

Commit

Permalink
TEST: validate mingw image with newer packages
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Sep 6, 2024
1 parent ce3ba2f commit e119a24
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/scopy-mingw64
run: docker pull astanea/scopy-mingw64

- name: Run Docker Image
shell: cmd
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
-e GITHUB_RUN_ID=%GITHUB_RUN_ID% ^
-e GITHUB_RUN_NUMBER=%GITHUB_RUN_NUMBER% ^
-e RUNNER_ARCH=%RUNNER_ARCH% ^
cristianbindea/scopy-mingw64 C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/CI/appveyor/inside_mingw_docker.sh'
astanea/scopy-mingw64 C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/CI/appveyor/inside_mingw_docker.sh'
set "ARTIFACT_PATH=C:\msys64\home\docker\artifact_x86_64"
docker ps -l -q > lastcontainer
Expand Down

0 comments on commit e119a24

Please sign in to comment.