Skip to content

Commit

Permalink
workflow: add Ubuntu update to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thebashpotato committed Jan 19, 2024
1 parent d278df6 commit 3b4f50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo make init-dev
- name: Compile swm
run: apt-get update -y && sudo make init-dev
- name: Compile swm
run: make swm

0 comments on commit 3b4f50e

Please sign in to comment.