Attempt 6
This commit is contained in:
@@ -23,6 +23,11 @@ jobs:
|
||||
with:
|
||||
submodules: 'recursive' # fetch submodules recursively
|
||||
fetch-depth: 0 # fetch full history (needed for some submodule workflows)
|
||||
|
||||
- name: Install Build Tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake build-essential
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
|
||||
Reference in New Issue
Block a user