mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Fixed mistake
This commit is contained in:
committed by
Lars Toenning
parent
4cacdef222
commit
cc2dee8185
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -417,7 +417,7 @@ jobs:
|
|||||||
- name: Build swift (with symbols)
|
- name: Build swift (with symbols)
|
||||||
if: ${{ env.do_symbols == 'true' }}
|
if: ${{ env.do_symbols == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
python3 -u scripts/build.py -w 64 -t clang -d -j2 -q "SWIFT_CONFIG_JSON+=$vatsim_key_file" --upload 2> >(tee error.log >&2)
|
python3 -u scripts/build.py -w 64 -t clang -d -j2 -q "-DVATSIM_KEY_JSON=$vatsim_key_file" --upload 2> >(tee error.log >&2)
|
||||||
- name: Check warnings
|
- name: Check warnings
|
||||||
id: warnings
|
id: warnings
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user