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 ec0a532 commit de3cb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
cd /project
git clone --single-branch --branch master $GIT_REPO
echo $HOME
ls /home/docker
- name: "Build"
run: |
cd "release/$SDK"
cd "/project/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 de3cb39

Please sign in to comment.