From 413ae09ff9ac500e07327f8835ed6f00435c080f Mon Sep 17 00:00:00 2001 From: Adam Seitz Date: Thu, 22 Aug 2024 14:16:21 -0400 Subject: [PATCH] Use new unstable gtirb package URL --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 28eb956c..edeb9cbb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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