mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
Update GH actions workflow
This commit is contained in:
parent
91db7d2220
commit
f6184e3cb0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Avoid 0x0BDA
|
||||
#Find devices that not use 0x0BDA instead of const USB_VENDOR_ID_REALTEK
|
||||
run: grep -c -i "0x0BDA" os_dep/linux/usb_intf.c | grep -w 1
|
||||
@ -58,6 +58,6 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get install linux-headers-$(uname -r)
|
||||
echo "KVER=${{matrix.version }}" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: make KVER=$KVER
|
||||
|
Loading…
Reference in New Issue
Block a user