Skip to content

Commit

Permalink
More GA fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Feb 8, 2024
1 parent a1f40c5 commit ccb8756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-linux-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
cp -r steamworks/redistributable_bin godot/modules/godotsteam_server/sdk
- name: Install gcc-multilib
if: ${{ startsWith(matrix.opts.arch, 'x86_32') && startsWith(matrix.opts.runner,'ubuntu-') }}
shell: sh
run: |
sudo apt-get update
Expand All @@ -82,7 +81,7 @@ jobs:
cd buildroot
./relocate-sdk.sh
- name: Set up Python
- name: Set up Python
uses: actions/setup-python@v5

- name: Set up SCons
Expand Down

0 comments on commit ccb8756

Please sign in to comment.