1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-22 21:34:37 +00:00

Revert "Update GH actions workflow"

This reverts commit f6184e3cb0.
This commit is contained in:
kimocoder 2023-04-02 12:23:31 +02:00
parent f6184e3cb0
commit a429fe18a1

View File

@ -9,7 +9,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- 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@v3
- uses: actions/checkout@v2
- name: build
run: make KVER=$KVER