Skip to content

Commit

Permalink
workflows: build inside sniper container
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 31, 2024
1 parent 41895a4 commit 70015c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
sudo apt-get install make
sudo apt-get install podman
- name: Initialize submodules
run: |
git submodule update --init --recursive
- name: Initialize steamrt container
run: |
podman pull registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta
podman run -it registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta /bin/sh
- name: Make module
run: |
make install

0 comments on commit 70015c0

Please sign in to comment.