Skip to content

Commit 33ae3e9

Browse files
authored
Update build-and-test.yml
1 parent 72fecaa commit 33ae3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
OMP_NUM_THREADS: 1
1111
BUILD_HOME: build
1212
TEST_HOME: nrtests
13-
USERNAME: michaeltryby
1413
PACKAGE_NAME: vcpkg-export-20240724-151754.1.0.0
1514
PKG_NAME: vcpkg-export-20240724-151754
1615

@@ -30,6 +29,7 @@ jobs:
3029
- name: Install boost-test
3130
env:
3231
REMOTE_STORE: "https://nuget.pkg.github.com/USEPA/index.json"
32+
USERNAME: michaeltryby
3333
run: |
3434
nuget sources add -Name github -Source ${{ env.REMOTE_STORE }} -Username ${{ env.USERNAME }} -Password ${{ secrets.ACCESS_TOKEN }}
3535
nuget install ${{env.PKG_NAME}} -Source github

0 commit comments

Comments
 (0)