Skip to content

Commit

Permalink
Fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jan 21, 2022
1 parent 0d09de6 commit 8d258df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Create symlink to current repo
run: |
rm -r ./cFS/cfe
mkdir ./cFS/cfe
ln -s ./cFE ./cFS/cfe
working-directory: ../

Expand Down

0 comments on commit 8d258df

Please sign in to comment.