Skip to content

Commit

Permalink
Fixes the environment variable to install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
agalbachicar committed Dec 1, 2020
1 parent e7246aa commit 0fdfea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: ${GITHUB_WORKSPACE}/dsim-repos-index/tools/prereqs-install -t ignition .
- name: clang 8 install
shell: bash
run: ${{ env.ROS_WS }}/src/${REPOSITORY_NAME}/.github/clang_suite_installation.sh
run: ${{ env.ROS_WS }}/src/${PACKAGE_NAME}/.github/clang_suite_installation.sh
# clone public dependencies
- name: vcs import
shell: bash
Expand Down

0 comments on commit 0fdfea1

Please sign in to comment.