Fix missing reference (#1)

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
trevor-signal 2025-07-14 12:34:03 -04:00 committed by GitHub
parent dd9dd40da5
commit 1518d1d025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 18 deletions

View File

@ -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

View File

@ -11,6 +11,7 @@
],
"libraries": [
"credui.lib",
"runtimeobject.lib"
],
"msvs_settings": {
"VCCLCompilerTool": {