Skip to content

Commit

Permalink
CI: add more deps to stockdotnet6-stockmono lane
Browse files Browse the repository at this point in the history
This commit alongside [1] allows building GTK frontend
on this lane.

[1] 7f6c88d
  • Loading branch information
aarani committed Aug 31, 2023
1 parent 14c46b1 commit 2b0d68d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,9 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install all dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git make dotnet6 mono-xbuild

run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git make dotnet6 mono-xbuild fsharp
- name: install GTK libs (dependency of GTK frontend)
run: sudo apt install -y libgtk2.0-cil-dev
# workaround for https://github.com/actions/runner/issues/2033
- name: ownership workaround
run: git config --global --add safe.directory '*'
Expand Down

0 comments on commit 2b0d68d

Please sign in to comment.