Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab authored Sep 26, 2024
1 parent 8291ff5 commit ab29516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ runner.os }}-dependencies-${{ hashFiles('dependencies/*') }}

- name: Build dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
echo $env:GITHUB_WORKSPACE\\build_deps
mkdir $env:GITHUB_WORKSPACE\\build_deps
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
key: ${{ runner.os }}-dependencies-${{ hashFiles('dependencies/*') }}

- name: Build dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
echo $env:GITHUB_WORKSPACE\\build_deps
mkdir $env:GITHUB_WORKSPACE\\build_deps
Expand Down

0 comments on commit ab29516

Please sign in to comment.