diff options
| author | ruki <[email protected]> | 2024-03-02 22:17:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-02 22:17:03 +0800 |
| commit | 22564acd9f4a0c8f4795341ac90a76c6218f7e6a (patch) | |
| tree | 118120a29fa9c525fbb5aae74ea31461dcf25244 | |
| parent | 1149faca5a0e05bd92a91715fe7200d91e4333b6 (diff) | |
update ps1
| -rw-r--r-- | .github/workflows/macos_arm64.yml | 5 | ||||
| -rwxr-xr-x | scripts/get.ps1 | 2 |
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) { |
