Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidevesh authored Jun 28, 2024
1 parent 42dbec9 commit e3fc060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
jobs:
build-deb:
name: Build and upload deb package
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: |
sudo add-apt-repository -y ppa:rockowitz/ddcutil
sudo apt-get update
sudo apt-get install -y gcc libglib2.0-dev libgtk-4-dev libadwaita-1 libadwaita-1-dev ddcutil libddcutil-dev
sudo apt-get install -y gcc libglib2.0-dev libgtk-4-dev libadwaita-1-dev ddcutil libddcutil-dev
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit e3fc060

Please sign in to comment.