Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: Remove duplicate tarball import command
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 31, 2021
1 parent 97a20dd commit fb078e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/action-build-all-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
|| tar -xvf ${tarball_path} -C rtems_rtos; action_type='Import'; echo "::set-env name=BUILD_OR_IMPORT::$action_type"
- name: 'Step 5: ${{ env.BUILD_OR_IMPORT }} cross-tools ${{ env.RTEMS_ARCH }}/${{ env.RTEMS_BSP }}'
run: |
tarball_path=$(bash ci/ci-import-rtems-tarball.sh --arch ${{ env.RTEMS_ARCH }} --bsp ${{ env.RTEMS_BSP }})
action_type=${{ env.BUILD_OR_IMPORT }}
[[ "${action_type}" == "Build" ]] && ./build.sh cross || echo "GCC Cross Compiler files have been imported"
- name: 'Step 6: ${{ env.BUILD_OR_IMPORT }} RTEMS ${{ env.VERSION }}'
Expand Down

0 comments on commit fb078e3

Please sign in to comment.