diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bcaa75..d391679 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,24 +25,6 @@ jobs: - run: npm run build - run: npm run lint - windows2019: - runs-on: windows-2019 - - strategy: - matrix: - node-version: [lts/*, latest] - - steps: - - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - - run: npm run build - - run: npm run lint - ubuntu: runs-on: ubuntu-latest diff --git a/binding.gyp b/binding.gyp index 01d5b42..141b1d5 100644 --- a/binding.gyp +++ b/binding.gyp @@ -11,6 +11,7 @@ ], "libraries": [ "credui.lib", + "runtimeobject.lib" ], "msvs_settings": { "VCCLCompilerTool": {