Skip to content

Commit

Permalink
Another try, fetching after installation of cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Oct 16, 2024
1 parent 1e66b27 commit ccce116
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:

steps:

- name: Config Git
run: git config --global core.autocrlf input

- name: Checkout AREG SDK Demo project sources and dependencies
uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Java JDK to run code generator
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -87,6 +79,14 @@ jobs:
export NO_PAM=1 NO_UNWIND=1 NO_WOLFSSL=1
export SHELL=/bin/dash
- name: Config Git
run: git config --global core.autocrlf input

- name: Checkout AREG SDK Demo project sources and dependencies
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set cmake cache destination for Linux
if: matrix.config.os == 'ubuntu-latest'
run: echo "CACHE_DEST=./product/cache/${{matrix.config.name}}" >> "$GITHUB_ENV"
Expand All @@ -112,7 +112,7 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{env.CACHE_DEST}} -j 20

- name: Config Git add safe directory
- name: Remove areg-sdk-demo files
if: matrix.config.family == 'cygwin'
shell: bash
run: rm -r -f ${{github.workspace}}/*

0 comments on commit ccce116

Please sign in to comment.