We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ded87 commit 952a2e9Copy full SHA for 952a2e9
.ci/build-n-run.sh
@@ -11,7 +11,7 @@ function run_tests()
11
}
12
13
build_mod
14
-# vwifi is buidable but failed to load.
+# vwifi is buildable but failed to load.
15
# modprobe: FATAL: Module cfg80211 not found in directory /lib/modules/5.11.0-1028-azure
16
# Installing Module vwifi.ko
17
# insmod: ERROR: could not insert module vwifi.ko: Unknown symbol in module
.github/workflows/main.yaml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
- uses: actions/checkout@v3.5.2
+ uses: actions/checkout@v4
- name: validate coding style and functionality
18
run: |
19
sudo apt-get install -q -y clang-format-12
0 commit comments