Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 18, 2024
1 parent 1d60ecb commit 2689a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
ls -a /usr/src/
sudo apt update
sudo apt install -y build-essential
mkdir -p /opt/additionalFiles
make ARCH=x86 CROSS_COMPILE= -C /usr/src/linux-headers-6.5.0-1016-azure modules
sudo mkdir -p /opt/additionalFiles
sudo make ARCH=x86 CROSS_COMPILE= -C /usr/src/linux-headers-6.5.0-1016-azure modules
ls

0 comments on commit 2689a29

Please sign in to comment.