Skip to content

Commit

Permalink
Attempt to fix github actions configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 7, 2024
1 parent d4698ca commit f229ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
- name: Prepare externals
shell: cmd
run: %GITHUB_WORKSPACE%\script\prepare_externals.sh
run: |
%GITHUB_WORKSPACE%\script\prepare_externals.sh
env:
BUILD_DIR: ${{runner.workspace}}/build
PLATFORM: ${{matrix.arch}}
Expand Down

0 comments on commit f229ccc

Please sign in to comment.