Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Apr 4, 2024
1 parent c795ebb commit b8ccc3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- run: sudo apt-get update
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/echo1.expect
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_out.txt
</html>
hello
world
ykjNycnnKs8vyknhAgAAAP//AwA=
ykjNycnnKs8vyknhAgAAAP//

<html>
<head>
Expand Down

0 comments on commit b8ccc3e

Please sign in to comment.