Skip to content

Commit

Permalink
gpio: add user to gpio group
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 30, 2024
1 parent 9855984 commit c4ed8c2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ jobs:
cargo build --package tml-cli
popd
echo "$PWD/treadmill/target/debug" >> "$GITHUB_PATH"
# - uses: actions/checkout@v4
# with:
# repository: tock/tock
# ref: ${{ inputs.tock-kernel-ref }}
# path: tock

# - name: Analyze changes and determine types of tests to run
# run: |
# echo "TODO: implement this!"
- name: Generate a token to register new just-in-time runners
# - uses: actions/checkout@v4
# with:
# repository: tock/tock
# ref: ${{ inputs.tock-kernel-ref }}
# path: tock

id: generate-token
uses: actions/create-github-app-token@v1
with:
Expand Down Expand Up @@ -190,6 +190,9 @@ jobs:
- name: Disable wget progress output
run: |
echo "verbose = off" >> $HOME/.wgetrc
- name: enable gpio permissions
run: |
sudo adduser $(whoami) gpio
- name: Checkout the Tock Hardware CI scripts
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c4ed8c2

Please sign in to comment.