Skip to content

Commit fddc1fc

Browse files
committed
Release script fixes
1 parent 240a22f commit fddc1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1111

1212
env:
1313
OPAMJOBS: 2

tools/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TMPDIR=$(mktemp -d)
2424
eval $(opam config env)
2525
echo OCaml is at $(which ocaml)
2626
echo "Looking in the dev-repo for the current list of dependencies"
27-
opam pin add bap --dev-repo --yes -n
27+
opam pin add bap https://github.com/UQ-PAC/bap.git --yes -n
2828
echo "Installing System dependenices"
2929
opam depext bap --yes
3030
echo "Installing OCaml dependenices"

0 commit comments

Comments
 (0)