Skip to content

Commit

Permalink
workflows: fix build in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 31, 2024
1 parent d60e6d7 commit 941e77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Initialize steamrt container
run: |
sudo docker pull registry.gitlab.steamos.cloud/steamrt/sniper/sdk
sudo docker run -i registry.gitlab.steamos.cloud/steamrt/sniper/sdk /bin/sh
sudo docker run -v $(pwd):/workspace -w /workspace registry.gitlab.steamos.cloud/steamrt/sniper/sdk /bin/sh -c "make install"
- name: Make module
run: |
make install

0 comments on commit 941e77a

Please sign in to comment.