diff options
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b8a3030de..2710cfa37 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,6 +11,9 @@ jobs: buildInContainer: runs-on: ubuntu-latest container: + # FIXME: Use templating once we can mangle org/repo name into something that docker accepts. + # and anonymus / actions access to github packages works. + #image: docker://docker.pkg.github.com/${{ github.repository }}/mxe-build-container:0.9 image: docker://dirkhh/mxe-build-container:0.9 steps: |