Skip to content

Commit

Permalink
Test branch with CLI OAPI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Sep 20, 2024
1 parent 0948575 commit e56a38a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_windows_oapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
lfs: true
path: BeamableProduct/
ref: main
ref: fix/unreal-oapi-generation-fix

# Sets the buildType ENV var as either server or client.
- name: Set buildType ENV var
Expand Down Expand Up @@ -86,14 +86,6 @@ jobs:
working-directory: BeamableUnreal
shell: bash
run: bash init_repo.sh skip_waiting
# Sets the BEAMPROJ based on the input to this workflow.
- name: Set BeamProjOverride.txt
if: ${{ steps.changes.outputs.any == 'true' }}
working-directory: ./BeamableUnreal
shell: bash
run: |
echo "BEAMPROJ_SteamDemo" > BeamProjOverride.txt |
cat BeamProjOverride.txt

# Builds the image
- name: Build image
Expand Down

0 comments on commit e56a38a

Please sign in to comment.