Skip to content

Commit

Permalink
workflow: Use Steam Linux Runtime (Soldier) for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-middlebrook authored and apanteleev committed Mar 31, 2023
1 parent 46a7c54 commit 5592ef1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
build-linux-x64:
runs-on: ubuntu-latest
container: registry.gitlab.steamos.cloud/steamrt/soldier/sdk:latest

steps:
- name: Setup variables
Expand All @@ -63,9 +64,6 @@ jobs:
with:
submodules: true

- name: Install prerequisites
run: sudo apt-get update && sudo apt-get install libopenal-dev mesa-common-dev libxrandr-dev libvulkan-dev

- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCONFIG_BUILD_GLSLANG=ON

Expand Down

0 comments on commit 5592ef1

Please sign in to comment.