mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 08:25:34 +00:00
.builds: remove existing $PATH from PATH settings
$PATH is not expanded anyway, and it's better to be explicit. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ packages:
|
||||
sources:
|
||||
- https://git.sr.ht/~eliasnaur/gio
|
||||
environment:
|
||||
PATH: $PATH:/usr/bin
|
||||
PATH: /usr/bin
|
||||
tasks:
|
||||
- install_chrome: |
|
||||
curl -s https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||
|
||||
Reference in New Issue
Block a user