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 db397c2 commit 37d093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

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

- name: Build
run: ./debian.sh

0 comments on commit 37d093e

Please sign in to comment.