Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
fix cp cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed May 12, 2021
1 parent 17b598f commit e032772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:
working-directory: ${{ runner.temp }}/${{ needs.build-linux-lib.outputs.cache-key }}
run: |
mv xayn-ai-ffi-c/ffi.h ${{ github.workspace }}/xayn-ai-ffi-c/ffi.h
cp -r target ${{ github.workspace }}
cp -R target ${{ github.workspace }}
- name: Install flutter dependencies
working-directory: ${{ env.DART_WORKSPACE }}
Expand Down

0 comments on commit e032772

Please sign in to comment.