diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-21 19:53:29 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 19:53:29 (GMT) |
| commit | bd982816afab6bd9d75a76cc42eec3cc3a5285a2 (patch) | |
| tree | 95784e508ce79d53ec215acdebe659547d0e32d6 /.github | |
| parent | e6033030612703d299a9dfa66f68ac11129e2ed3 (diff) | |
Update c-cpp.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3e6fd4f..ad4e1e0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -37,7 +37,7 @@ jobs: directory: ~/arm-none-eabi - name: Checkout source files - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Show Files run: set ; pwd ; ls -l $HOME ; wget |
