mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 11:35:01 +02:00
Delete .github/workflows/build.yml
This commit is contained in:

committed by
GitHub

parent
5525e9d8ba
commit
dd3a88580b
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@@ -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
|
Reference in New Issue
Block a user