We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240a22f commit fddc1fcCopy full SHA for fddc1fc
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
11
12
env:
13
OPAMJOBS: 2
tools/release.sh
@@ -24,7 +24,7 @@ TMPDIR=$(mktemp -d)
24
eval $(opam config env)
25
echo OCaml is at $(which ocaml)
26
echo "Looking in the dev-repo for the current list of dependencies"
27
-opam pin add bap --dev-repo --yes -n
+opam pin add bap https://github.com/UQ-PAC/bap.git --yes -n
28
echo "Installing System dependenices"
29
opam depext bap --yes
30
echo "Installing OCaml dependenices"
0 commit comments