Skip to content

Commit

Permalink
Change order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 4, 2022
1 parent 0fd50ea commit 4b10635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Check out lingua-franca repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Prepare build environment
uses: ./.github/actions/prepare-build-env
- name: Build and package lfc
run: .github/scripts/package_lfc.sh
shell: bash
Expand Down

0 comments on commit 4b10635

Please sign in to comment.