Skip to content

Commit

Permalink
Merge 6e2c389 into 55dacfc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Mar 17, 2024
2 parents 55dacfc + 6e2c389 commit a6eb9c3
Show file tree
Hide file tree
Showing 3 changed files with 10,009 additions and 6,285 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
# How to consume GitHub packages, from this message (!): https://github.community/t/download-from-github-package-registry-without-authentication/14407/35
# Inspired from here: https://github.com/jcansdale-test/npmrc-configurations/blob/master/.github/workflows/blank.yml
- name: Authenticate to GitHub Packages
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'fba75d09065fcc76a25dcf386b1d00d33f5175af'
useShell: true

- name: basic test for run-vcpkg with setupOnly
Expand All @@ -62,7 +62,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'fba75d09065fcc76a25dcf386b1d00d33f5175af'
useShell: true
setupOnly: true

Expand All @@ -72,5 +72,5 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: '--overlay-ports=../__tests__/assets/1 sqlite3 @../__tests__/assets/tempDirectory/response_file1 --overlay-ports=../__tests__/assets/subdir/2 @../__tests__/assets/response_file2'
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'fba75d09065fcc76a25dcf386b1d00d33f5175af'
useShell: true
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inputs:
description: "Specifies a semicolon separated list of regular expressions that are used to identify log file paths in the workflow output. A regular expression must have a single capturing group, that is a single pair of parenthesis such as 'See also (.+.log)'. When a match occurs, the content of the file is written into the workflow output for disclosing its content to the user. The default regular expressions are for CMake's and vcpkg's log files."

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/post/index.js'
post-if: 'success()'
Expand Down
Loading

0 comments on commit a6eb9c3

Please sign in to comment.