Skip to content

Commit

Permalink
ci(verbose): add traces
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienSchadle committed May 30, 2024
1 parent aa6dd68 commit 3c0de6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ jobs:
# - run: ./remaken init
# - run: ./remaken profile init --cpp-std 17 -b gcc -o linux -a x86_64
# - run: ./remaken profile init --cpp-std 17 -b gcc -o linux -a x86_64 -c debug
- run: ./remaken install -m static --cpp-std 17 -b gcc -o linux -a x86_64 ./tools/generators/grpc/packagedependencies.txt
- run: ./remaken install -m static --cpp-std 17 -b gcc -o linux -a x86_64 -c debug ./tools/generators/grpc/packagedependencies.txt
- run: ./remaken install -v -m static --cpp-std 17 -b gcc -o linux -a x86_64 ./tools/generators/grpc/packagedependencies.txt
- run: ./remaken install -v -m static --cpp-std 17 -b gcc -o linux -a x86_64 -c debug ./tools/generators/grpc/packagedependencies.txt

# Build xpcf_grpc_gen
- working-directory: ./scripts/unixes
Expand Down

0 comments on commit 3c0de6d

Please sign in to comment.