Update main.yml

This commit is contained in:
Sebastian
2022-05-22 09:43:21 -05:00
committed by GitHub
parent 469654a82d
commit 8676b566d9

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install libgl1-mesa-dev qttools5-dev openjdk-8-jdk g++-5 gcc-5
sudo apt install libgl1-mesa-dev qttools5-dev g++-5 gcc-5
- name: Build
run: |