Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 22, 2024
1 parent dbaef82 commit ea14715
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
SDK: src-rt-5.02axhnd.675x
options: --user root
volumes:
- ${{ github.workspace }}/home/docker
- ${{ github.workspace }}:/home/docker
steps:
- name: Check out the repo
uses: actions/checkout@v4
- run: |
pwd
ls /home/docker
ls
echo $HOME
cd "release/$SDK"
Expand Down

0 comments on commit ea14715

Please sign in to comment.