Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dune-cache: true

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Pin OASIS
run: opam pin add oasis https://github.com/BinaryAnalysisPlatform/oasis.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
dune-cache: ${{ matrix.os != 'macos-latest' }}

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Pin BAP
run: opam pin add bap . --no-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-from-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install libghidra-data -y

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing

- name: Install system dependencies
run: opam depext -u bap-extra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install libghidra-data -y

- name: Add the Testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing
- name: Install System Dependencies
run: opam depext -u bap-extra

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt-get install libghidra-data -y

- name: Add the testing Repository
run: opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
run: opam repo add bap git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing
- name: Build deb packages
run: ./tools/release.sh ${{ env.VERSION }}

Expand Down