Skip to content

Commit

Permalink
Update build_beast.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 25, 2025
1 parent dc33cae commit 9a9c3ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_beast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
download-file:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Maximize build space
Expand Down Expand Up @@ -46,5 +46,8 @@ jobs:
ls -a
ls -a /opt
cd /opt
sudo apt update
sudo apt install python2 git rsync gcc g++ make device-tree-compiler bc flex bison lz4 libssl-dev libgmp-dev libmpc-dev expect expect-dev file unzip bzip2 fakeroot bsdmainutils
sudo ln -s /bin/python2 /bin/python
rm -rf tspi_linux_sdk_repo_20240131.tar
./build.sh all

0 comments on commit 9a9c3ca

Please sign in to comment.