We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fecaa commit 33ae3e9Copy full SHA for 33ae3e9
.github/workflows/build-and-test.yml
@@ -10,7 +10,6 @@ env:
10
OMP_NUM_THREADS: 1
11
BUILD_HOME: build
12
TEST_HOME: nrtests
13
- USERNAME: michaeltryby
14
PACKAGE_NAME: vcpkg-export-20240724-151754.1.0.0
15
PKG_NAME: vcpkg-export-20240724-151754
16
@@ -30,6 +29,7 @@ jobs:
30
29
- name: Install boost-test
31
env:
32
REMOTE_STORE: "https://nuget.pkg.github.com/USEPA/index.json"
+ USERNAME: michaeltryby
33
run: |
34
nuget sources add -Name github -Source ${{ env.REMOTE_STORE }} -Username ${{ env.USERNAME }} -Password ${{ secrets.ACCESS_TOKEN }}
35
nuget install ${{env.PKG_NAME}} -Source github
0 commit comments