copium 2
Some checks failed
CI Test / gettools (push) Failing after 48s

This commit is contained in:
2026-02-09 11:57:27 +07:00
parent a6cd066c20
commit a8185d22d1

View File

@@ -25,6 +25,7 @@ jobs:
run: |
chown -R steam:steam $STEAM_DIR/steamapps
su steam
echo "who am i?" && whoami
if ! grep -q "${{ secrets.STEAM_USERNAME }}" "$STEAM_DIR/config/config.vdf" 2>/dev/null; then
$STEAMCMD_DIR/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit
fi