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 acd331b commit 9038b15Copy full SHA for 9038b15
.github/workflows/esy.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
20
21
steps:
22
- name: Setup node.js
@@ -29,7 +29,7 @@ jobs:
29
# It also adds `shx` globally for cross-platform shell commands
30
- name: Setup environment
31
run: |
32
- npm i -g esy
+ npm i -g esy@0.6.12
33
npm i -g shx
34
35
- name: Checkout project
.github/workflows/opam.yml
ocaml-compiler: [4.12.1, 4.13.1, 4.14.1]
0 commit comments