mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
fixed typo
This commit is contained in:
parent
a9a0798d7d
commit
5aac9d66e0
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Release
|
||||
GH_TOKEN: {{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
|
Loading…
Reference in New Issue
Block a user