diff options
author | 2022-03-02 00:01:41 -0500 | |
---|---|---|
committer | 2022-03-02 00:01:41 -0500 | |
commit | 40288a920108073fb7d66123d80af113c373b471 (patch) | |
tree | 39206911c18bac446053b459d034fd425135531f /.github | |
parent | 45c94a1d395f560c015c6b1a7a3fc3558f7de395 (diff) | |
download | textadept-40288a920108073fb7d66123d80af113c373b471.tar.gz textadept-40288a920108073fb7d66123d80af113c373b471.zip |
Fixed build issues introduced in the previous commit.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e56752..d34e5dae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: else args="release NIGHTLY=1 DEBUG=1" fi - make -C src deps win32-deps osx-deps + make -C src deps win-deps osx-deps make -C src $args # For nightly builds, strip the date from filenames. |