Skip to content

Commit

Permalink
restore commented indices
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent 25f748d commit 400b6b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
index: ['0']
# index: ['0', '1', '2', '3', '4']
index: ['0', '1', '2', '3', '4']
permissions:
packages: read
steps:
Expand All @@ -62,10 +61,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: test
# env:
# EXTRA_FLAGS: -tags no_tflite,no_pigpio
# GO_TAGS: no_tflite,no_pigpio
# CGO_ENABLED: '1'
run: |
docker run --rm \
-v $PWD/:/rdk \
Expand Down

0 comments on commit 400b6b3

Please sign in to comment.