Try to install Qt from xmake

This commit is contained in:
Jérôme Leclercq
2021-07-30 11:04:01 +02:00
parent 9b55131787
commit 22e031b533
7 changed files with 6 additions and 11 deletions

View File

@@ -27,10 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v2
# Install Qt (required for shader nodes editor)
- name: Install Qt
uses: jurplel/install-qt-action@v2
# Install Nazara dependencies
- name: Update apt repositories
run: sudo apt-get update

View File

@@ -27,10 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v2
# Install Qt (required for shader nodes editor)
- name: Install Qt
uses: jurplel/install-qt-action@v2
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append