summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-02 22:17:03 +0800
committerruki <[email protected]>2024-03-02 22:17:03 +0800
commit22564acd9f4a0c8f4795341ac90a76c6218f7e6a (patch)
tree118120a29fa9c525fbb5aae74ea31461dcf25244
parent1149faca5a0e05bd92a91715fe7200d91e4333b6 (diff)
update ps1
-rw-r--r--.github/workflows/macos_arm64.yml5
-rwxr-xr-xscripts/get.ps12
2 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/macos_arm64.yml b/.github/workflows/macos_arm64.yml
index ac0ac0364..1e3ec4932 100644
--- a/.github/workflows/macos_arm64.yml
+++ b/.github/workflows/macos_arm64.yml
@@ -30,11 +30,6 @@ jobs:
with:
xmake-version: local#../xmake-source
- - name: Installation
- run: |
- brew install dmd
- brew install dub
-
- name: Tests
run: |
xmake lua -v -D tests/run.lua
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index f801faafb..38f5b41c2 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.8.7"
+ $LastRelease = "v2.8.8"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {