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 3108d14 commit e2ec900
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ jobs:
container:
image: gnuton/asuswrt-merlin-toolchains-docker:latest
env:
TEST: development
options: --user docker
MERLINUPDATE: y
MODEL: rt-ax28u
SDK: src-rt-5.02axhnd.675x
options: --user root
volumes:
- ${{ github.workspace }}/home/docker
steps:
- name: Check out the repo
uses: actions/checkout@master
uses: actions/checkout@v4
with:
path: '/home/docker/'
- run: |
pwd
ls
Expand Down

0 comments on commit e2ec900

Please sign in to comment.