Skip to content

Commit

Permalink
Check out code first so global.json can be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jun 6, 2024
1 parent ecd88c5 commit 782cf02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Check out code
uses: actions/checkout@v4
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Restore
run: .\build.ps1 restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
publish-docs:
runs-on: windows-latest
steps:
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Check out code
uses: actions/checkout@v4
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Publish Docs
env:
BUILD_BOT_PASSWORD: ${{ secrets.BUILD_BOT_PASSWORD }}
Expand Down

0 comments on commit 782cf02

Please sign in to comment.