Fix missing reference (#1)
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
dd9dd40da5
commit
1518d1d025
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
],
|
||||
"libraries": [
|
||||
"credui.lib",
|
||||
"runtimeobject.lib"
|
||||
],
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user