mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
chmod the build
This commit is contained in:
parent
285faf6051
commit
aaeb2136a9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
stages:
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
@ -20,6 +19,7 @@ build:
|
|||
- apt install -y libfdisk-dev libclang-19-dev
|
||||
script:
|
||||
- cargo build --release --verbose
|
||||
- chmod +x /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
||||
artifacts:
|
||||
paths:
|
||||
- /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue