Skip to content

More checkout debugging #7

More checkout debugging

More checkout debugging #7

Workflow file for this run

name: Verify CONFIG compiles
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: fozztexx/defoogi:1.4.2
steps:
- name: Checkout this repository
uses: actions/checkout@v4
with:
path: fn-lib
- name: Checkout CONFIG
uses: actions/checkout@v4
with:
repository: FujiNetWIFI/fujinet-config
path: fn-config
- name: Debug paths
run: |
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
ls -la $GITHUB_WORKSPACE
ls -la $GITHUB_WORKSPACE/fn-lib || echo "fn-lib not found"
ls -la $GITHUB_WORKSPACE/fn-config || echo "fn-config not found"
pwd
- name: Compile CONFIG
working-directory: fn-config
run: |

Check failure on line 36 in .github/workflows/build-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-config.yml

Invalid workflow file

You have an error in your yaml syntax on line 36
echo "Now in: $(pwd)"
echo "Looking for: $GITHUB_WORKSPACE/fn-lib"
ls -la $GITHUB_WORKSPACE/fn-lib
echo "Checking .."
ls -la ..
make FUJINET_LIB=$GITHUB_WORKSPACE/fn-lib