diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97ed87b..fb79ed6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Build and Test (Windows) if: matrix.os == 'windows-latest' - run: PCAP_ROOT="$(pwd)/build/Release/npcap" npm i && PCAP_ROOT="$(pwd)/build/Release/npcap" npm run build && npm run test + run: ls "$(pwd)/build/Release/npcap" && PCAP_ROOT="$(pwd)/build/Release/npcap" npm i && PCAP_ROOT="$(pwd)/build/Release/npcap" npm run build && npm run test shell: bash - name: Build and Test