Skip to content

Commit

Permalink
Locate ngen-submod-build action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 8, 2023
1 parent 5ad8842 commit bd5aa3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
rm -rf ${{runner.temp}}/extern/topmodel/topmodel/*
mv ./* ${{runner.temp}}/extern/topmodel/topmodel
mv ${{runner.temp}}/extern extern
mv ${{runner.temp}}/.github .github
echo `pwd`
echo `ls -l ${{runner.temp}}/.github/actions/ngen-submod-build`
mv ${{runner.temp}}/.github ./.github
echo `ls -l ./.github/actions/ngen-submod-build`
- name: Build Surfacebmi
id: submod_build_1
Expand Down

0 comments on commit bd5aa3e

Please sign in to comment.