Skip to content

Commit

Permalink
chg: Build scritpts updated !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Jul 8, 2024
1 parent 0ab97a1 commit 66fdfb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
buildLinux:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
buildLinux:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
buildWindows:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:

Expand Down
2 changes: 1 addition & 1 deletion bscripts/build_all_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cl sudo apt-get update
cl sudo apt-get -y upgrade
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.*-dev \
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
gedit cmake bison++ pulseview
gedit cmake bison pulseview
cl sudo apt-get -y install linux-headers-`uname -r` dkms
cl mkdir build_all
cd build_all
Expand Down
2 changes: 1 addition & 1 deletion bscripts/build_all_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cl sudo apt-get update
cl sudo apt-get -y upgrade
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.*-dev \
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
gedit cmake ccache bison++ pulseview
gedit cmake ccache bison pulseview
cl sudo apt-get -y install linux-headers-`uname -r` dkms
cl mkdir build_all
cd build_all
Expand Down

0 comments on commit 66fdfb4

Please sign in to comment.