Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 20, 2023
1 parent 8503845 commit f6cdb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
dotnet-version: |
6.x.x
'7.0.103'
7.0.103
- name: make script executable
run: chmod u+x build.sh
- name: Build and test
Expand Down

0 comments on commit f6cdb52

Please sign in to comment.