Skip to content

Commit

Permalink
Remove multiline command temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Nov 8, 2023
1 parent dda2f59 commit 2bef2c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
- name: Build SDK
run:
python3 .\scripts\gha\build_desktop.py `
--arch "${{ matrix.arch }}" `
--config "Release" `
--msvc_runtime_library "dynamic" `
--target firebase_app firebase_auth firebase_firestore `
--gha_build `
python3 .\scripts\gha\build_desktop.py --arch "${{ matrix.arch }}" --config "Release" --msvc_runtime_library "dynamic" --target firebase_app firebase_auth firebase_firestore --gha_build

- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
Expand Down

0 comments on commit 2bef2c3

Please sign in to comment.