Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe authored Jul 1, 2024
1 parent 37a125f commit 73131a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Install Build Tools
run: |
echo "deb-src [trusted=yes] http://deb.debian.org/debian/ trixie main contrib non-free" | sudo tee -a /etc/apt/sources.list >/dev/null
echo "deb-src [trusted=yes] http://deb.debian.org/debian/ sid main contrib non-free" | sudo tee -a /etc/apt/sources.list >/dev/null
sudo apt update && sudo apt install -y debhelper dpkg-dev build-essential patch bc bison flex libssl-dev libelf-dev git perl python3
Expand All @@ -29,15 +29,15 @@ jobs:

- name: patch
run: |
sudo chmod +x -R linux-6.8.12
cd linux-6.8.12
sudo chmod +x -R linux-6.9.7
cd linux-6.9.7
sudo git init
sudo git apply ../g14/patches/*.patch
sudo mv ../g14/asus_defconfig ./arch/x86/configs/
- name: Configure
run: |
cd linux-6.8.12
cd linux-6.9.7
chmod +x -R ./*
make asus_defconfig
bash ../g14/patch.sh
Expand All @@ -46,15 +46,15 @@ jobs:
env:
CC: "ccache gcc"
run: |
cd linux-6.8.12
cd linux-6.9.7
export USE_CCACHE=1
make -j8
- name: Package
env:
CC: "ccache gcc"
run: |
cd linux-6.8.12
cd linux-6.9.7
export USE_CCACHE=1
make -j8 deb-pkg V=1
- name: Commit updates
Expand Down

0 comments on commit 73131a9

Please sign in to comment.