mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 22:47:15 +03:00
Update CrossBuild.yml
This commit is contained in:
3
.github/workflows/CrossBuild.yml
vendored
3
.github/workflows/CrossBuild.yml
vendored
@@ -27,10 +27,11 @@ jobs:
|
|||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
node: [I2S-4MFlash, ESP32-A1S, SqueezeAmp]
|
node: [I2S-4MFlash, ESP32-A1S, SqueezeAmp]
|
||||||
|
depth: [16, 32]
|
||||||
steps:
|
steps:
|
||||||
- name: Set target name
|
- name: Set target name
|
||||||
run: |
|
run: |
|
||||||
echo "TARGET_BUILD_NAME=${{ matrix.node }}" >> $GITHUB_ENV
|
echo "TARGET_BUILD_NAME=${{ matrix.node }}-${{ matrix.depth }}" >> $GITHUB_ENV
|
||||||
echo "build_version_prefix=V0." >> $GITHUB_ENV
|
echo "build_version_prefix=V0." >> $GITHUB_ENV
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user