Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby authored Jul 26, 2024
1 parent 72fecaa commit 33ae3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
OMP_NUM_THREADS: 1
BUILD_HOME: build
TEST_HOME: nrtests
USERNAME: michaeltryby
PACKAGE_NAME: vcpkg-export-20240724-151754.1.0.0
PKG_NAME: vcpkg-export-20240724-151754

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

0 comments on commit 33ae3e9

Please sign in to comment.