mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Fix syntax in the JS artifacts pipeline
This commit is contained in:
parent
533eea1958
commit
18abd54247
Notes:
sideshowbarker
2024-07-17 05:09:48 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/18abd54247 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/103
1 changed files with 1 additions and 1 deletions
2
.github/workflows/serenity-js-artifacts.yml
vendored
2
.github/workflows/serenity-js-artifacts.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Create build directory Ubuntu
|
||||
run: |
|
||||
cmake --preset CI -B Build \
|
||||
-DCMAKE_C_COMPILER=gcc-13
|
||||
-DCMAKE_C_COMPILER=gcc-13 \
|
||||
-DCMAKE_CXX_COMPILER=g++-13
|
||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue