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

Update GH actions workflow

This commit is contained in:
kimocoder 2023-04-02 13:01:14 +02:00
parent 9d5c4aac62
commit fe71d83686

View File

@ -9,7 +9,7 @@ jobs:
outputs: outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Avoid 0x0BDA - name: Avoid 0x0BDA
#Find devices that not use 0x0BDA instead of const USB_VENDOR_ID_REALTEK #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 run: grep -c -i "0x0BDA" os_dep/linux/usb_intf.c | grep -w 1
@ -58,6 +58,6 @@ jobs:
run: | run: |
sudo apt-get install linux-headers-$(uname -r) sudo apt-get install linux-headers-$(uname -r)
echo "KVER=${{matrix.version }}" >> $GITHUB_ENV echo "KVER=${{matrix.version }}" >> $GITHUB_ENV
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: build - name: build
run: make KVER=$KVER run: make KVER=$KVER