Skip to content

Commit

Permalink
Clean extern/topmodel/topmodel/ before mv
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 8, 2023
1 parent 470f301 commit 92ce260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
run: |
# Move files to appropriate directory to build topmodel library
mv ${{runner.temp}}/extern extern
mv -f ./* extern/topmodel/topmodel
rm -rf extern/topmodel/topmodel/*
mv ./* extern/topmodel/topmodel
mv ${{runner.temp}}/.github .github
- name: Build Surfacebmi
Expand Down

0 comments on commit 92ce260

Please sign in to comment.