We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4be03 commit 9a07d9aCopy full SHA for 9a07d9a
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
otp-version: ${{ matrix.otp_version }}
46
- name: Set ERL_COMPILER_OPTIONS
47
if: ${{ matrix.deterministic }}
48
- run: echo 'ERL_COMPILER_OPTIONS="[deterministic,warnings_as_errors]"' >> $GITHUB_ENV
+ run: echo "ERL_COMPILER_OPTIONS=[deterministic,warnings_as_errors]" >> $GITHUB_ENV
49
- name: Compile Elixir
50
run: |
51
make compile
0 commit comments