Skip to content

Commit 9fcfb8d

Browse files
committed
More checkout debugging
1 parent d985087 commit 9fcfb8d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/build-config.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
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

0 commit comments

Comments
 (0)