Skip to content

Commit d3643cc

Browse files
authored
Merge pull request #96 from olback/fix-ci
fix ci
2 parents 0788b8b + 2b91dd2 commit d3643cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ steps:
1111
- name: "Cargo FMT check"
1212
image: "olback/rust-linux-gtk:latest"
1313
commands:
14+
- sudo chown -R $(whoami):$(whoami) .
1415
- cargo fmt --check
1516

1617
- name: "Build"
1718
image: "olback/rust-linux-gtk:latest"
1819
commands:
20+
- sudo chown -R $(whoami):$(whoami) .
1921
- "rustc --version --verbose"
2022
- "rustup --version"
2123
- "cargo --version --verbose"

0 commit comments

Comments
 (0)