Skip to content

Commit 22564ac

Browse files
committed
update ps1
1 parent 1149fac commit 22564ac

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/macos_arm64.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
with:
3131
xmake-version: local#../xmake-source
3232

33-
- name: Installation
34-
run: |
35-
brew install dmd
36-
brew install dub
37-
3833
- name: Tests
3934
run: |
4035
xmake lua -v -D tests/run.lua

scripts/get.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param (
1111
)
1212

1313
& {
14-
$LastRelease = "v2.8.7"
14+
$LastRelease = "v2.8.8"
1515
$ErrorActionPreference = 'Stop'
1616

1717
function writeErrorTip($msg) {

0 commit comments

Comments
 (0)