Skip to content

Commit

Permalink
debug dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 14, 2024
1 parent 2235666 commit 3c0725a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Configure Conan (Linux)
run: |
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
cache: 'pip'
cache-dependency-path: '**/requirements.test.txt'

Expand Down

0 comments on commit 3c0725a

Please sign in to comment.