Skip to content

Commit

Permalink
Merge pull request flipperdevices#14 from flipperdevices/drunkbatya/c…
Browse files Browse the repository at this point in the history
…i-cd-fix

Fix CI/CD
  • Loading branch information
drunkbatya authored May 6, 2024
2 parents 7f8511b + 8e5f2e9 commit b57986d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
run: |
source scripts/toolchain/fbtenv.sh
- name: 'Setup cmake'
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.29.0'

- name: 'Checkout submodules'
run: git submodule update --init --recursive --depth 1 --jobs "$(getconf _NPROCESSORS_ONLN)";

- name: 'Get commit details'
id: names
run: |
Expand All @@ -46,9 +54,6 @@ jobs:
"--github_auth_token=${{ secrets.GITHUB_TOKEN }}";
echo "event_type=$TYPE" >> $GITHUB_OUTPUT
- name: 'Checkout submodules'
run: git submodule update --init --recursive --depth 1 --jobs "$(getconf _NPROCESSORS_ONLN)";

- name: 'Build firmware'
run: |
source scripts/toolchain/fbtenv.sh;
Expand Down

0 comments on commit b57986d

Please sign in to comment.