Skip to content

Commit 3d179ed

Browse files
authored
ARM64 build (#360)
1 parent 73a235a commit 3d179ed

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
9+
# Maintain dependencies for GitHub Actions
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
arch:
2222
- x64
2323
- Win32
24+
- ARM64
2425
build_type:
2526
- RelWithDebInfo
2627
- Debug
@@ -30,7 +31,7 @@ jobs:
3031
- ZIP
3132

3233
steps:
33-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3435

3536
- name: Setup Cpp
3637
uses: aminya/setup-cpp@v1

0 commit comments

Comments
 (0)