Changed steam image from to not run as root
This commit is contained in:
@ -87,16 +87,16 @@ jobs:
|
|||||||
name: Steam Publish
|
name: Steam Publish
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: cm2network/steamcmd:root
|
image: cm2network/steamcmd
|
||||||
needs: [export-windows, export-linux]
|
needs: [export-windows, export-linux]
|
||||||
steps:
|
steps:
|
||||||
# Need to install nodejs and git, and initalize git lfs for checkout
|
# Need to install nodejs and git, and initalize git lfs for checkout
|
||||||
- name: Install node.js and git
|
- name: Install node.js and git
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y curl
|
sudo apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
apt-get install -y nodejs git git-lfs
|
sudo apt-get install -y nodejs git git-lfs
|
||||||
git lfs install
|
git lfs install
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user