Skip to content

Commit

Permalink
checkout first so working directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Aug 2, 2023
1 parent 94d8c25 commit 1fc82dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-calitp-map-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run:
working-directory: apps/maps
steps:
- run: sudo apt-get install -y libgraphviz-dev graphviz-dev
- uses: actions/checkout@v3
- run: sudo apt-get install -y libgraphviz-dev graphviz-dev
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit 1fc82dd

Please sign in to comment.