Skip to content

Commit

Permalink
quote dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent 884bf56 commit d2a52a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
EXTRA_FLAGS: -tags no_tflite,no_pigpio
GO_TAGS: no_tflite,no_pigpio
CGO_ENABLED: '1'
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "chown -R $USER .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "chown -R ${{ '$USER' }} .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
build:
needs: [test]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand Down

0 comments on commit d2a52a7

Please sign in to comment.