Skip to content

Commit

Permalink
push.yml: try to set ENV values
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Aug 3, 2023
1 parent 5037af8 commit 7e949f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_CI_EVENT: ${{ github.event_name }}
GITHUB_CI_SHA: ${{ github.event.pull_request.head.sha }}
run: true
run: echo "GITHUB_CI_EVENT=${GITHUB_CI_EVENT}" >> "${GITHUB_ENV}" && echo "GITHUB_CI_EVENT=${GITHUB_CI_EVENT}" >> "${GITHUB_ENV}"

- name: Build ${{ matrix.model }}
run: cd source && ./build.sh -m ${{ matrix.model }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
env:
GITHUB_CI_EVENT: ${{ github.event_name }}
GITHUB_CI_SHA: ${{ github.event.pull_request.head.sha }}
run: true
run: echo "GITHUB_CI_EVENT=${GITHUB_CI_EVENT}" >> "${GITHUB_ENV}" && echo "GITHUB_CI_EVENT=${GITHUB_CI_EVENT}" >> "${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 7e949f2

Please sign in to comment.