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 3144a42 commit 3b2240fCopy full SHA for 3b2240f
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/cache@v2
22
with:
23
path: ~/.opam
24
- key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v2
+ key: ${{ matrix.os }}-opam-${{ matrix.ocaml-version }}-flambda-musl-v3
25
26
- name: Install musl-compatible kernel headers
27
run: |
magic-trace.opam
@@ -22,7 +22,7 @@ depends: [
"shell"
# "tracing" vendored in lib/ for now
"dune" {>= "2.0.0"}
- "owee" {>= "0.5"}
+ "owee" {>= "0.6"}
"re" {>= "1.8.0"}
]
28
synopsis: "Easy Intel Processor Trace Visualizer"
0 commit comments