Skip to content

Commit

Permalink
Do not update package info in CI workflow
Browse files Browse the repository at this point in the history
It also reverts f58bad4. The use of OCaml 4.09.1 does not seem to
be the real cause of the long set up time.
  • Loading branch information
daniel-larraz committed Oct 30, 2023
1 parent f58bad4 commit f1a53dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/kind2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, macos-11 ]
ocaml-version: [ 4.09.1 ]
include:
- os: macos-11
ocaml-version: 4.14.1
pkg_update: brew update
z3_install: brew install z3
- os: ubuntu-20.04
ocaml-version: 4.09.1
pkg_update: sudo apt-get update -y
z3_install: sudo apt-get install -y z3

Expand All @@ -28,8 +27,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Update package information
run: ${{ matrix.pkg_update }}
#- name: Update package information
# run: ${{ matrix.pkg_update }}

- name: Set up OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit f1a53dd

Please sign in to comment.