Skip to content

Commit ff5df98

Browse files
fix ci for linux
1 parent 99e4c61 commit ff5df98

1 file changed

Lines changed: 1 addition & 41 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,11 @@ on:
1010
required: true
1111

1212
jobs:
13-
Linux-Build:
14-
runs-on: ubuntu-latest
13+
cmake-build:
1514
strategy:
1615
matrix:
1716
buildConfiguration: [Debug, Release]
1817

1918
uses: ./.github/workflows/job-cmakebuild-linux.yml
2019
with:
2120
configuration: ${{matrix.buildConfiguration}}
22-
23-
# - name: Checkout submodules
24-
# run: git submodule update --init --recursive
25-
26-
# - name: Install development library
27-
# run: sudo apt-get install libasound2-dev libgl1-mesa-dev libpulse-dev libdbus-1-dev libx11-dev libxcursor-dev libxext-dev libxi-dev libxinerama-dev libxrandr-dev libxss-dev libxt-dev libxxf86vm-dev
28-
29-
# - name: Install CMake
30-
# uses: jwlawson/actions-setup-cmake@v1.9
31-
# with:
32-
# cmake-version: '3.20.x'
33-
34-
# - name: Install pre-requisite packages.
35-
# run: sudo apt-get install -y wget apt-transport-https software-properties-common
36-
37-
# - name: Download the Microsoft repository GPG keys
38-
# run: wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
39-
40-
# - name: Register the Microsoft repository GPG keys
41-
# run: sudo dpkg -i packages-microsoft-prod.deb
42-
43-
# - name: Update the list of packages after we added packages.microsoft.com
44-
# run: sudo apt-get update
45-
46-
# - name: Install PowerShell
47-
# run: sudo apt-get install -y powershell
48-
49-
# - name: Add GCC Toolchain repository
50-
# run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
51-
52-
# - name: Install GCC compiler
53-
# run: sudo apt install -y gcc-11
54-
55-
# - name: Install G++ compiler
56-
# run: sudo apt install -y g++-11
57-
58-
# - name: CMake Build
59-
# run: .\Scripts\BuildEngine.ps1 -Configurations ${{matrix.buildConfiguration}}
60-
# shell: pwsh

0 commit comments

Comments
 (0)