Skip to content

Commit

Permalink
ci: move make olddefconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Apr 22, 2024
1 parent 68addd6 commit 228e819
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
tar -xvf data.tar.zst './boot/config-5.15.0-25-generic'
mv boot/config-5.15.0-25-generic sources/.config
rm -r boot/ data.tar.zst linux-modules-5.15.0-25-generic_5.15.0-25.25_amd64.deb
- name: make olddefconfig
run: make olddefconfig
working-directory: sources

- name: Configure kernel and enable Nyx
run: |
Expand Down Expand Up @@ -80,10 +84,6 @@ jobs:
# tweak locaversion
./scripts/config --set-str LOCALVERSION -sdv
working-directory: sources

- name: make olddefconfig
run: make olddefconfig
working-directory: sources

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 228e819

Please sign in to comment.