Skip to content

Commit 2ee93ce

Browse files
committed
fix: change libmoq version
1 parent 6b1d1aa commit 2ee93ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
name: Windows 🪟
380380
strategy:
381381
matrix:
382-
architecture: [x64, arm64]
382+
architecture: [x64]
383383
runs-on: windows-2022
384384
needs: check-event
385385
defaults:

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"YOUTUBE_CLIENTID_HASH": {"type": "STRING", "value": "$penv{YOUTUBE_CLIENTID_HASH}"},
1919
"YOUTUBE_SECRET": {"type": "STRING", "value": "$penv{YOUTUBE_SECRET}"},
2020
"YOUTUBE_SECRET_HASH": {"type": "STRING", "value": "$penv{YOUTUBE_SECRET_HASH}"},
21-
"MOQ_VERSION": "0.2.4",
21+
"MOQ_VERSION": "0.2.5",
2222
"MOQ_ARCHIVE": "tar.gz"
2323
}
2424
},

0 commit comments

Comments
 (0)