Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
docs: arm/arm64 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jun 17, 2022
1 parent 242892a commit 6e42710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: windows-2019
runs-on: windows-2022

# Any commit that contains [build] will now trigger these jobs, everything else will be skipped.
# if: "contains(github.event.head_commit.message, '[build]')"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Right click on the project and select "Manage NuGet Packages", then search for `

## 3. How to compile

IDE:Visual Studio 2019 or higher
IDE:Visual Studio 2019 or higher (Compiling for ARM/ARM64 requires Visual Studio 2022)

* `git clone https://github.com/MiroKaku/ucxxrt.git`
* Open `ucxxrt.sln` and compile.
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void Test$HashMap()

## 3. 怎样编译

IDE:Visual Studio 2019 或更高版本
IDE:Visual Studio 2019 或更高版本 (编译 ARM/ARM64 需要 Visual Studio 2022)

* `git clone https://github.com/MiroKaku/ucxxrt.git`
* 打开 `ucxxrt.sln` 进行编译。
Expand Down

0 comments on commit 6e42710

Please sign in to comment.