Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try this
  • Loading branch information
AlistairB committed Aug 14, 2022
commit 348a8a036d2a9c0c08e8b7625184751b749c6ab8
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: build + smoke test [${{ matrix.ghc }}]
run: |
docker build --pull -t haskell:${{ matrix.ghc }}-windowsservercore-${{ matrix.os_version }} ${{ matrix.ghc_minor }}\windows\windowsservercore-${{ matrix.os_version }}
docker build --pull -t haskell:${{ matrix.ghc }}-windowsservercore-${{ matrix.os_version }} ${{ matrix.ghc_minor }}\\windows\\windowsservercore-${{ matrix.os_version }}
# - uses: actions/checkout@v2
# with:
# repository: AlistairB/official-images
Expand Down