🎨 Simplify the logic of actions and fix the Mac environment
This commit is contained in:
2
.github/workflows/single-app.yaml
vendored
2
.github/workflows/single-app.yaml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Setup Node.js Environment
|
||||
uses: ./.github/actions/setup-env
|
||||
with:
|
||||
mode: ${{ matrix.build == 'linux' && 'full' || 'node-only' }}
|
||||
mode: ${{ (matrix.build == 'linux' || matrix.build == 'macos') && 'build' || 'node' }}
|
||||
|
||||
- name: Rust cache restore
|
||||
uses: actions/cache/restore@v4.2.0
|
||||
|
||||
Reference in New Issue
Block a user