Skip to content

Commit

Permalink
Silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 committed Sep 29, 2023
1 parent 34d84ad commit 60ce43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-as.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo -e '[build]\npre-build = [\n "dpkg --add-architecture $CROSS_DEB_ARCH",\n "apt-get update && apt-get --assume-yes install libavformat-dev:$CROSS_DEB_ARCH"\n]' >Cross.toml && \
CARGO_TARGET_DIR=../build/target && \
CARGO_HOME=../build/cargo && \
cross build --target=aarch64-unknown-linux-gnu --profile ${{ env.CARGO_PROFILE }} && \
cross build --target=aarch64-unknown-linux-gnu --profile ${{ env.BUILD_TYPE }} && \
cp -av ../build/target/aarch64-unknown-linux-gnu/${{ env.OUTPUT_DIR }}/audioserve ../result
# - name: Docker run
# run: |
Expand Down

0 comments on commit 60ce43d

Please sign in to comment.