Skip to content

Commit

Permalink
Use correct github workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sin-diesel committed Nov 23, 2024
1 parent 3ae9872 commit a9f83ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
container:
image: docker.io/sindiesel/cpp_ubuntu:22.0.20
volumes:
- ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}
- ${{ github.workspace }}:${{ github.workspace }}
steps:
- name: PDM install
run: pdm install
Expand Down

0 comments on commit a9f83ea

Please sign in to comment.