diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3113033d..92268e6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - name: Update - run: apt-get update - - name: Install dependencies - run: apt-get install -y python3 docker docker.io - - name: prep - run: make prep - name: config run: make config - name: build @@ -31,12 +25,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - name: Update - run: apt-get update - - name: Install dependencies - run: apt-get install -y python3 docker docker.io - - name: prep - run: make prep - name: config run: make config - name: build diff --git a/scripts/cfg/config.sh b/scripts/cfg/config.sh old mode 100644 new mode 100755 diff --git a/scripts/cfg/igniter_launch.sh b/scripts/cfg/igniter_launch.sh old mode 100644 new mode 100755 diff --git a/scripts/cfg/prep_gsw.sh b/scripts/cfg/prep_gsw.sh old mode 100644 new mode 100755 diff --git a/scripts/cfg/prep_sat.sh b/scripts/cfg/prep_sat.sh old mode 100644 new mode 100755 diff --git a/scripts/cfg/prepare.sh b/scripts/cfg/prepare.sh old mode 100644 new mode 100755 diff --git a/scripts/cfg/uninstall.sh b/scripts/cfg/uninstall.sh old mode 100644 new mode 100755