Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Nov 25, 2023
1 parent 44b4d45 commit db397c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Prep
run: sudo apt update
run: sudo apt install --yes build-essential cmake debhelper devscripts
run: sudo apt update && apt install --yes build-essential cmake debhelper devscripts

- name: Build
run: ./debian.sh

0 comments on commit db397c2

Please sign in to comment.