From b5b9061e40c530f2d4d5dfd3506836dfc6597c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=85=83=E7=9A=93?= Date: Fri, 6 Sep 2024 19:30:22 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f07f98..40fab37 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![CasioEmuMsvc](https://socialify.git.ci/Physics365/CasioEmuMsvc/image?description=1&descriptionEditable=Msvc%20version%20of%20CasioEmu%0AA%20fork%20of%20telecomadm1145%2FCasioEmuMsvc&font=Source%20Code%20Pro&forks=1&issues=1&language=1&logo=https%3A%2F%2Fi.ibb.co%2FFg833j1%2FOIP-removebg-preview-333.png&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Auto) + # CasioEmuMsvc An emulator for nX-U16/100 MCU (and nX-U8/100 MCU as well). @@ -10,4 +12,4 @@ With debugger and built-in disassembler. * Clone this repo -* Build with VS or using `msbuild` \ No newline at end of file +* Build with VS or using `msbuild` From 0196ffab6a4bff79187d0a16bf0ddeb82c960d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=85=83=E7=9A=93?= Date: Fri, 6 Sep 2024 19:33:43 +0800 Subject: [PATCH 2/3] Update msbuild.yml --- .github/workflows/msbuild.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 68f905d..bc5e6af 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -19,7 +19,8 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4.17 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 @@ -48,4 +49,4 @@ jobs: with: name: Release-x64 path: .\x64\Release\ - if-no-files-found: error \ No newline at end of file + if-no-files-found: error From 401437c379ba60ae503c05125190e793a5300e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=85=83=E7=9A=93?= Date: Fri, 6 Sep 2024 19:35:00 +0800 Subject: [PATCH 3/3] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index bc5e6af..5d6d326 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.17 + uses: actions/checkout@v4.1.7 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2