Skip to content

Commit

Permalink
Merge branch 'valid-unstable-python-url' into 'main'
Browse files Browse the repository at this point in the history
Use new unstable gtirb package URL

See merge request rewriting/ddisasm!1217
  • Loading branch information
jdorn-gt committed Aug 23, 2024
2 parents dfbd32f + 413ae09 commit b7f1347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "deb https://download.grammatech.com/gtirb/files/apt-repo ${{ matrix.os }} unstable" >> /etc/apt/sources.list
apt-get update
apt-get -y install libcapstone-dev=1:5.0.1-gtdev libgtirb libgtirb-dev libgtirb-pprinter libgtirb-pprinter-dev gtirb-pprinter
pip3 install https://download.grammatech.com/gtirb/files/python/gtirb-unstable-py3-none-any.whl
pip3 install https://download.grammatech.com/gtirb/files/python/gtirb-0.dev-py3-none-any.whl
pip3 install -r requirements-dev.txt
# Download artifacts
- name: Download build artifacts
Expand Down

0 comments on commit b7f1347

Please sign in to comment.