Skip to content

Commit

Permalink
chmod a+rw /github/home/.ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed May 26, 2023
1 parent feccc1e commit 0933bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ROS_PARALLEL_TEST_JOBS: "-j8"
CATKIN_PARALLEL_JOBS: "-i"
NOT_TEST_INSTALL : true
BEFORE_SCRIPT : "sudo pip install setuptools==44.1.1; sudo pip install packaging==17.1 grpcio==1.29.0 httplib2==0.14.0; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
BEFORE_SCRIPT : "sudo chmod a+rw -R /github/home/.ccache/; sudo pip install setuptools==44.1.1; sudo pip install packaging==17.1 grpcio==1.29.0 httplib2==0.14.0; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
USE_DEB: false
- ROS_DISTRO: kinetic
CONTAINER: ubuntu:16.04
Expand Down

0 comments on commit 0933bf3

Please sign in to comment.