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 /.github/workflows | |
| parent | 1149faca5a0e05bd92a91715fe7200d91e4333b6 (diff) | |
update ps1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos_arm64.yml | 5 |
1 files changed, 0 insertions, 5 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 |
