File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 path : fn-lib
1919
20+ - name : Checkout CONFIG
21+ uses : actions/checkout@v4
22+ with :
23+ repository : FujiNetWIFI/fujinet-config
24+ path : fn-config
25+
2026 - name : Debug paths
2127 run : |
2228 echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
@@ -25,13 +31,12 @@ jobs:
2531 ls -la $GITHUB_WORKSPACE/fn-config || echo "fn-config not found"
2632 pwd
2733
28- - name : Checkout CONFIG
29- uses : actions/checkout@v4
30- with :
31- repository : FujiNetWIFI/fujinet-config
32- path : fn-config
33-
3434 - name : Compile CONFIG
3535 working-directory : fn-config
3636 run : |
37+ echo "Now in: $(pwd)"
38+ echo "Looking for: $GITHUB_WORKSPACE/fn-lib"
39+ ls -la $GITHUB_WORKSPACE/fn-lib
40+ echo "Checking .."
41+ ls -la ..
3742 make FUJINET_LIB=$GITHUB_WORKSPACE/fn-lib
You can’t perform that action at this time.
0 commit comments