Skip to content

Commit

Permalink
feat: remove grpc folder after install and add EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Sep 3, 2024
1 parent 86ac9b9 commit 33dddcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-ros2-ws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cmake -S grpc -B grpc/build
cmake --build grpc/build
sudo cmake --install grpc/build
rm -rf grpc
- name: Setup workspace
uses: ichiro-its/ros2-ws-action/setup@v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-discord-pr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
{
"repository": "${{ github.event.repository.name }}",
"pr_type": "${{ github.event.action || 'opened' }}"
}
}

0 comments on commit 33dddcc

Please sign in to comment.