Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Nov 8, 2019
1 parent d3ec378 commit dc06b95
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -22,10 +22,15 @@ jobs:
uses: tstellar/actions/setup-windows@master
with:
arch: amd64
- name: Fetch Source
run: |
curl -s -L -O https://github.com/llvm/llvm-project/tarball/${GITHUB_SHA}/llvm-project.tar.gz
tar --strip-components=1 -xzf llvm-project.tar.gz
- uses: actions/checkout@v1
with:
fetch-depth: 1
ref: ${{ github.sha }}

# - name: Fetch Source
# uses: actction
# curl -s -L -O https://github.com/llvm/llvm-project/tarball/${GITHUB_SHA}/llvm-project.tar.gz
# tar --strip-components=1 -xzf llvm-project.tar.gz
- name: Install Ninja
uses: tstellar/actions/install-ninja@master
with:
Expand Down

0 comments on commit dc06b95

Please sign in to comment.