mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 06:59:39 +08:00
Fix missing +x with new cabal and use previous release deps for caching
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build Lol
|
||||
name: Build ShellCheck
|
||||
|
||||
# Run this workflow every time a new commit pushed to your repository
|
||||
on: push
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
run: |
|
||||
mkdir source
|
||||
cabal sdist
|
||||
mv dist/*.tar.gz source/source.tar.gz
|
||||
mv dist-newstyle/sdist/*.tar.gz source/source.tar.gz
|
||||
|
||||
- name: Deduce tags
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user