Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh Ramina committed Aug 23, 2023
1 parent 4f01fee commit ce38dba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ jobs:
sed -i 's/sudo usermod/\#sudo usermod/' Tools/environment_install/install-prereqs-arch.sh
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
Tools/environment_install/install-prereqs-ubuntu.sh -qy
;;
*"debian"*)
Tools/environment_install/install-prereqs-ubuntu.sh -qy
;;
*"archlinux"*)
cp /etc/skel/.bashrc /root
cp /etc/skel/.bashrc /github/home
Tools/environment_install/install-prereqs-arch.sh -qy
;;
esac
- name: Build for STIL
Expand Down

0 comments on commit ce38dba

Please sign in to comment.