Clean up uuid dependencies from workflows (#3331)
This commit is contained in:
parent
e62b3b8c1c
commit
2ee8807298
4
.github/workflows/chez-build.yml
vendored
4
.github/workflows/chez-build.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user