Skip to content

Commit

Permalink
Maybe I need to use single quotes instead of double quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
Enoumy committed Jan 5, 2025
1 parent e4cc5bc commit 6f35dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- run: brew install autoconf
if: ${{ matrix.os == "macos-latest" }}
if: ${{ matrix.os == 'macos-latest' }}

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
Expand Down

0 comments on commit 6f35dda

Please sign in to comment.