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 d3d104d commit fc61909Copy full SHA for fc61909
3 files changed
.github/workflows/build-windows.yml
@@ -8,7 +8,9 @@ jobs:
8
run:
9
shell: msys2 {0}
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
- uses: msys2/setup-msys2@v2
15
with:
16
msystem: MINGW64
.github/workflows/build.yml
@@ -20,7 +20,9 @@ jobs:
20
triplet: x64-osx
21
INSTALL_DEPS: brew install hidapi
22
23
- - uses: actions/checkout@v1
24
25
26
- uses: lukka/get-cmake@latest
27
28
- name: Install Dependencies
.github/workflows/clang-format.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
- uses: DoozyX/clang-format-lint-action@v0.17
source: '.'
0 commit comments