Clean up uuid dependencies from workflows (#3331)

This commit is contained in:
Paulo Matos 2020-08-03 19:21:48 +02:00 committed by GitHub
parent e62b3b8c1c
commit 2ee8807298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -39,11 +39,11 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y gcc-multilib lib32ncurses5-dev libx32ncurses5-dev uuid-dev:i386 libssl-dev:i386
sudo apt-get install -y gcc-multilib lib32ncurses5-dev libx32ncurses5-dev libssl-dev:i386
- name: Install libs for 64-bit
run: |
sudo apt-get update
sudo apt-get install -y libncurses5-dev uuid-dev libssl-dev
sudo apt-get install -y libncurses5-dev libssl-dev
- name: Build Chez with PB boot files
working-directory: racket/src/ChezScheme
run: |

View File

@ -31,7 +31,7 @@ jobs:
- name: Install pkg dependencies
run: |
sudo apt update
sudo apt install -y libffi-dev unzip libfindbin-libs-perl uuid-dev
sudo apt install -y libffi-dev unzip libfindbin-libs-perl
- name: Building

View File

@ -133,7 +133,7 @@ jobs:
- name: Install pkg dependencies
run: |
apt update
apt install -y libffi-dev unzip python libxml2-dev libfindbin-libs-perl make gcc g++ git uuid-dev jq moreutils
apt install -y libffi-dev unzip python libxml2-dev libfindbin-libs-perl make gcc g++ git jq moreutils
- uses: actions/checkout@v2
with:
fetch-depth: 100