Skip to content

Commit

Permalink
Fixing the workflow to make sure deps install better
Browse files Browse the repository at this point in the history
  • Loading branch information
Durbatuluk1701 authored Jul 18, 2024
1 parent 545534a commit a61f932
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 @@ -24,7 +24,9 @@ jobs:

steps:
- name: Setup pre-deps
run: sudo apt install libgtk-3-0 libgtk-3-dev libgtksourceview-3.0-common libgtksourceview-3.0-dev opam
run: |
sudo apt update
sudo apt install libgtk-3-0 libgtk-3-dev libgtksourceview-3.0-common libgtksourceview-3.0-dev opam
############### OPAM STEPS
- name: Restore Opam Cache
Expand Down

0 comments on commit a61f932

Please sign in to comment.