Skip to content

Commit 7adfaf4

Browse files
committed
GHA: Compile: Fixes init-platform condition to compare with string, not boolean
1 parent 998d55a commit 7adfaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Compile
7070
uses: fx31337/mql-compile-action@master
7171
with:
72-
init-platform: ${{ env.SKIP_INIT == false }}
72+
init-platform: ${{ env.SKIP_INIT == 'false' }}
7373
mt-path: .mt${{ matrix.version }}
7474
path-ignore: .mt${{ matrix.version }}
7575
path: '${{ env.COMPILE_PATH }}/**/*.mq${{ matrix.version }}'

0 commit comments

Comments
 (0)