Merge pull request #319 from loathingKernel/selfcontained #599
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: make | |
on: | |
push: | |
branches: ["master"] | |
pull_request: | |
branches: ["master"] | |
permissions: | |
contents: read | |
jobs: | |
steamrt3: | |
runs-on: ubuntu-latest | |
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Install python-xlib build dependencies | |
run: | | |
sudo apt -y install debhelper-compat dh-sequence-python3 python3-all python3-setuptools python3-setuptools-scm | |
- name: Build umu-protonfixes | |
run: | | |
./build.sh | |
umu: | |
runs-on: ubuntu-latest | |
container: ghcr.io/open-wine-components/umu-sdk:latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Build umu-protonfixes | |
run: | | |
./build.sh |