Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Migrate to USEPA package store
  • Loading branch information
michaeltryby authored Jul 24, 2024
1 parent 498d30f commit 7547b37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
OMP_NUM_THREADS: 1
BUILD_HOME: build
TEST_HOME: nrtests
PACKAGE_NAME: vcpkg-export-20220826-200052.1.0.0
PKG_NAME: vcpkg-export-20220826-200052
PACKAGE_NAME: vcpkg-export-20240724-151754.1.0.0
PKG_NAME: vcpkg-export-20240724-151754

jobs:
unit_test:
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Install boost-test
env:
REMOTE_STORE: "https://nuget.pkg.github.com/michaeltryby/index.json"
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 }}
Expand Down

0 comments on commit 7547b37

Please sign in to comment.