Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed Aug 2, 2022
1 parent ac4088c commit 3fcbd22
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get -y install devscripts
sudo apt-get -y install debhelper
sudo apt-get -y install build-essential
sudo apt-get -y install cmake
sudo apt-get -y install libwxgtk3.0-gtk3-dev
sudo apt-get -y install \
devscripts \
debhelper \
build-essential \
cmake \
libwxgtk3.0-gtk3-dev
- name: Build the project
run: |
Expand Down

0 comments on commit 3fcbd22

Please sign in to comment.