diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 27ae5bd..560762c 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive - name: List files - run: ls -la ../../ + run: ls -la ~/quickerNES/tests/roms - name: Create build directory run: mkdir build - name: Installing meson and ninja