We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1149fac commit 22564acCopy full SHA for 22564ac
.github/workflows/macos_arm64.yml
@@ -30,11 +30,6 @@ jobs:
30
with:
31
xmake-version: local#../xmake-source
32
33
- - name: Installation
34
- run: |
35
- brew install dmd
36
- brew install dub
37
-
38
- name: Tests
39
run: |
40
xmake lua -v -D tests/run.lua
scripts/get.ps1
@@ -11,7 +11,7 @@ param (
11
)
12
13
& {
14
- $LastRelease = "v2.8.7"
+ $LastRelease = "v2.8.8"
15
$ErrorActionPreference = 'Stop'
16
17
function writeErrorTip($msg) {
0 commit comments