mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-20 19:42:02 +03:00
Установка флага исполнения до запуска скрипта
This commit is contained in:
parent
aa544dae2a
commit
36ffee13ca
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1
|
||||
|
||||
- name: build
|
||||
run: ./build.sh
|
||||
run: chmod +x build.sh && ./build.sh
|
||||
|
||||
- name: check root dir
|
||||
run: ls -la
|
||||
|
Loading…
Reference in New Issue
Block a user