Skip to content

Commit

Permalink
Fix PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 24, 2024
1 parent 344d5f9 commit 872211c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: "Build artifacts"
run: |
ARCH=rm make docker
ARCH=kobo make docker
CROSS_TC=arm-kobo-linux-gnueabihf DOCKERFILE=Dockerfile.kobo FBINK=1 TARGET=kobo make docker
TARGET=rm make docker
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 872211c

Please sign in to comment.