From dd3a88580b7139f3ddb4ed5bdb1bdf463dd7d88f Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:56:00 +0530 Subject: [PATCH] Delete .github/workflows/build.yml --- .github/workflows/build.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 2e95334..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Snigdha OS Arctic - -on: - push: - branches: master - -jobs: - build: - runs-on: ubuntu-latest - container: - image: archlinux:latest - steps: - - name: Install Git - run: | - pacman -Syy --noconfirm - pacman -S --noconfirm git - pacman -S --noconfirm archiso - pacman -S --noconfirm git - - uses: actions/checkout@v3 - with: - fetch-depth: 1 - - name: Build snigdha os - run: | - cd scripts - ./01-online-build