Skip to content

Commit

Permalink
ci: moved Linux nighty builds to x64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed May 30, 2023
1 parent 66a1edc commit 7bc57c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
matrix:
include:
- os: ubuntu-22.04
cmake_preset: ci-linux-x86
cmake_preset: ci-linux-x64
build_conf: Debug

steps:
Expand All @@ -79,10 +79,9 @@ jobs:

- name: Install dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib cmake ninja-build
sudo apt-get install qtbase5-dev:i386
sudo apt-get install qtbase5-dev
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down

0 comments on commit 7bc57c5

Please sign in to comment.