File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- os : [ubuntu-latest, macos-latest, macos-13, windows-latest]
23- agda : ['Agda-2.7.0.1', 'Agda-2.6.4.3', 'Agda-2.6.3' ]
22+ os : [windows-latest]
23+ agda : ['Agda-2.7.0.1']
2424 fail-fast : false
2525 steps :
2626
@@ -280,7 +280,6 @@ jobs:
280280
281281 # include text-icu DLLs
282282 $mingw64bin = (stack path $STACK_YAML_ARG --extra-library-dirs).split(", ") -match "\\bin"
283- ls $mingw64bin
284283 cp (ls $mingw64bin *libicudt*) zip/
285284 cp (ls $mingw64bin *libicuin*) zip/
286285 cp (ls $mingw64bin *libicuuc*) zip/
@@ -290,7 +289,9 @@ jobs:
290289 cd zip
291290 Compress-Archive * "$ARTEFACT.zip"
292291 cd ..
292+ ls zip
293293 mv zip/"$ARTEFACT.zip" .
294+ ls
294295
295296
296297 - name : 🧪 Run tests
You can’t perform that action at this time.
0 commit comments