Skip to content

Commit

Permalink
Experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Aug 3, 2023
1 parent 8eb0ec4 commit c79c6bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Git meta info
env: GITHUB_CI_PR_SHA: ${{ github.event.pull_request.head.sha }}
run: echo "GITHUB_CI_PR_SHA=${GITHUB_CI_PR_SHA}" >> "${GITHUB_ENV}"
env:
GITHUB_CI_PR: ${{ github.event.pull_request.head.sha }}
run: echo "GITHUB_CI_PR_SHA=${{github.event_name}}" >> "${GITHUB_ENV}"

- name: Build ${{ matrix.model }}
run: cd source && ./build.sh -m ${{ matrix.model }}
Expand Down Expand Up @@ -83,8 +84,9 @@ jobs:
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Git meta info
env: GITHUB_CI_PR_SHA: ${{ github.event.pull_request.head.sha }}
run: echo "GITHUB_CI_PR_SHA=${GITHUB_CI_PR_SHA}" >> "${GITHUB_ENV}"
env:
GITHUB_CI_PR: ${{ github.event.pull_request.head.sha }}
run: echo "GITHUB_CI_PR_SHA=${{github.event_name}}" >> "${GITHUB_ENV}"

- name: Build ${{ matrix.model }}
run: make -C source/ -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese
Expand Down

0 comments on commit c79c6bf

Please sign in to comment.