Skip to content

Commit

Permalink
Switching workflow from checkout to dl.
Browse files Browse the repository at this point in the history
  • Loading branch information
awsteiner committed Jul 22, 2024
1 parent 128897d commit d85e7dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ubuntu-x86_64-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
runs-on: ubuntu-24.04

steps:
- name: Git checkout
uses: actions/checkout@v4
# - name: Git checkout
# uses: actions/checkout@v4

- name: Download release
run: |
curl https://github.com/awsteiner/o2scl/releases/download/v0.929.2/o2scl-0.929.2.tar.gz
- name: Cache action
uses: actions/cache@v4
Expand Down

0 comments on commit d85e7dc

Please sign in to comment.