Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit a4ac9c4

Browse files
authored
fix: update workflow
1 parent 53fdb3f commit a4ac9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
.\${{ matrix.file-name }} -s
125125
126126
- name: Executing on (${{ matrix.os }})
127-
if: !startsWith(matrix.os, 'windows')
127+
if: startsWith(matrix.os, 'windows') != true
128128
run: |
129129
chmod +x ${{ matrix.file-name }}
130130
./${{ matrix.file-name }} -s

0 commit comments

Comments
 (0)