Skip to content

Commit 4b6bf8f

Browse files
committed
fix: on linux chowned dirs so that ubuntu can access them without root
1 parent fb41ce1 commit 4b6bf8f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
command: |
1616
if [[ "$OSTYPE" == "linux"* ]]; then
1717
loginctl enable-linger $(whoami)
18+
19+
# Reset file permissions
20+
sudo chown -R ubuntu:ubuntu /usr/local /opt /var/tmp
1821
fi
1922
- run:
2023
name: Install dependencies
@@ -47,4 +50,4 @@ workflows:
4750
- test:
4851
matrix:
4952
parameters:
50-
executor: [macos]
53+
executor: [linux-arm]

0 commit comments

Comments
 (0)