Skip to content

Commit

Permalink
CI: more deps, multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jul 2, 2024
1 parent 9373adf commit fd9067b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: actions/checkout@v4
- name: Dependencies
run: |
apt install libwebsockets-dev
sudo apt-get -y install \
libwebsockets-dev \
libsimavr-dev
- name: Build
run: |
cd wrapper-simavr
Expand Down

0 comments on commit fd9067b

Please sign in to comment.