File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131jobs :
3232 build :
33- runs-on : ubuntu-24 .04
33+ runs-on : ubuntu-22 .04
3434
3535 steps :
3636 - name : Checkout
@@ -46,11 +46,11 @@ jobs:
4646 sudo apt-get update -y
4747 sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
4848 sudo docker image prune --all --force
49- sudo -E apt-get -qq update
50- sudo -E apt-get -qq install build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses5 -dev libssl-dev python3-setuptools rsync swig unzip zlib1g-dev file wget
51- sudo -E apt-get install clang
52- sudo -E apt-get -qq autoremove --purge
53- sudo -E apt-get -qq clean
49+ sudo -E apt -qq update
50+ sudo -E apt -qq install build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext git libncurses -dev libssl-dev python3-distutils python3-setuptools rsync swig unzip zlib1g-dev file wget
51+ sudo -E apt install clang
52+ sudo -E apt -qq autoremove --purge
53+ sudo -E apt -qq clean
5454 sudo timedatectl set-timezone "$TZ"
5555 sudo mkdir -p /workdir
5656 sudo chown $USER:$GROUPS /workdir
You can’t perform that action at this time.
0 commit comments