Skip to content

Commit

Permalink
Move files to appropriate place to build topmodel lib
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 8, 2023
1 parent 92ce260 commit 5ad8842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
- name: Prepare to Build topmodel Library for Ngen
run: |
# Move files to appropriate directory to build topmodel library
rm -rf ${{runner.temp}}/extern/topmodel/topmodel/*
mv ./* ${{runner.temp}}/extern/topmodel/topmodel
mv ${{runner.temp}}/extern extern
rm -rf extern/topmodel/topmodel/*
mv ./* extern/topmodel/topmodel
mv ${{runner.temp}}/.github .github
- name: Build Surfacebmi
Expand Down

0 comments on commit 5ad8842

Please sign in to comment.