Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robinholzi committed May 2, 2024
1 parent 2ba3cb1 commit de51bf4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest
env:
CLANG_TIDY: clang-tidy-18
RUN_CLANG_TIDY: run-clang-tidy-18
RUN_CLANG_TIDY: run-clang-tidy
steps:
- uses: actions/checkout@v4

Expand All @@ -150,7 +150,7 @@ jobs:
run-id: 8914657344 # TODO: generalize
github-token: ${{secrets.GITHUB_TOKEN}}

- name: Patch artifacts
- name: Inspect and patch artifacts
run: |
ls -l ${{github.workspace}}/install/bin
ls -l ${{github.workspace}}/install/lib
Expand Down Expand Up @@ -217,11 +217,17 @@ jobs:
- name: Setup pre-built grpc binaries
uses: actions/download-artifact@v4
with:
name: grpc-binaries-${{matrix.compiler.c}}-${{matrix.compiler.cxx}}-${{matrix.compiler.version}}-${{matrix.build-type}}
name: grpc-binaries-clang-clang++-17-Release
path: ${{github.workspace}}/install
run-id: 8914657344 # TODO: generalize
github-token: ${{secrets.GITHUB_TOKEN}}

- name: Inspect and patch artifacts
run: |
ls -l ${{github.workspace}}/install/bin
ls -l ${{github.workspace}}/install/lib
chmod -R +x ${{github.workspace}}/install/
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}//build

Expand Down

0 comments on commit de51bf4

Please sign in to comment.