Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 23, 2024
1 parent de3cb39 commit ef7cb38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
ls /home/docker
- name: "Build"
run: |
cd "/project/release/$SDK"
cd "/project/"
ls
cd "asuswrt-merlin.ng"
ls
cd "release/$SDK"
make "$MODEL"
echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit ef7cb38

Please sign in to comment.