We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeffc11 + cbe333e commit e60509bCopy full SHA for e60509b
1 file changed
.github/workflows/main.yml
@@ -19,6 +19,9 @@ jobs:
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v2
22
+ - name: Retrieve new lists of system packages
23
+ if: runner.os != 'Windows'
24
+ run: sudo apt-get update
25
- name: Use OCaml ${{ matrix.ocaml-compiler }}
26
if: runner.os != 'Windows'
27
uses: ocaml/setup-ocaml@v2
0 commit comments