original commit: 257e00f48932fa02cf3f507adf482345edc2adc4
This commit is contained in:
Paulo Matos 2020-04-26 14:15:49 +02:00
parent 00bb57300b
commit 63239e5d78

View File

@ -31,7 +31,7 @@ jobs:
if: matrix.mach == 'a6le' || matrix.mach == 'ta6le' if: matrix.mach == 'a6le' || matrix.mach == 'ta6le'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libncurses5-dev libxncurses5-dev uuid-dev libssl-dev sudo apt-get install -y libncurses5-dev uuid-dev libssl-dev
- name: Build bootfiles - name: Build bootfiles
run: .github/scripts/dobootfile.sh run: .github/scripts/dobootfile.sh
- name: Build Chez - name: Build Chez