Skip to content

Commit

Permalink
Remove gtk3 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Oct 18, 2023
1 parent c3e7ff1 commit d0d6d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
set -e
apt-get update -y
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
apt install -y sudo dialog apt-utils git curl zip clang make ocl-icd-opencl-dev libgtk-3-dev
apt install -y sudo dialog apt-utils git curl zip clang make ocl-icd-opencl-dev
export RUNLEVEL=1
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
source \$HOME/.cargo/env
Expand Down

0 comments on commit d0d6d50

Please sign in to comment.