Skip to content

Commit

Permalink
add lfs pull
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 22, 2019
1 parent 0a6092d commit f79756b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
submodules: true
lfs: true
- name: set eval variables
run: |
echo ::set-env name=DOCKER_COMMAND::docker run --user $(id -u):$(id -g) -v ${GITHUB_WORKSPACE}:/build ${DOCKER_IMAGE}
Expand Down

0 comments on commit f79756b

Please sign in to comment.