Skip to content

Commit 9a07d9a

Browse files
committed
Try again
1 parent 5c4be03 commit 9a07d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
otp-version: ${{ matrix.otp_version }}
4646
- name: Set ERL_COMPILER_OPTIONS
4747
if: ${{ matrix.deterministic }}
48-
run: echo 'ERL_COMPILER_OPTIONS="[deterministic,warnings_as_errors]"' >> $GITHUB_ENV
48+
run: echo "ERL_COMPILER_OPTIONS=[deterministic,warnings_as_errors]" >> $GITHUB_ENV
4949
- name: Compile Elixir
5050
run: |
5151
make compile

0 commit comments

Comments
 (0)