Skip to content

Commit

Permalink
working on steamworks dll ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 8, 2024
1 parent fbd689d commit 1840658
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
permissions:
contents: read

env:
CARGO_TERM_COLOR: always
# 1.60
STEAMWORKS_COMMIT: e7bb839178fc5a48aa380d85e2ad04cc97d9d11c

jobs:
assign:
name: assign build_id
Expand Down Expand Up @@ -79,6 +84,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4

- run: curl -L -o steamworks.tar.gz https://github.com/rlabrecque/SteamworksSDK/archive/${{env.STEAMWORKS_COMMIT}}.tar.gz
- run: tar xzf steamworks.tar.gz

- run: ls

- name: install steamcmd
run: |
echo steam steam/question select "I AGREE" | sudo debconf-set-selections
Expand Down

0 comments on commit 1840658

Please sign in to comment.