Skip to content

Commit

Permalink
Fix GitHub Actions workflows weeky CI (JDimproved#1306)
Browse files Browse the repository at this point in the history
GitHub Actions にstep構文の間違いがあると指摘されたため修正します。

```
Annotations
1 error
Error: .github#L1
every step must define a `uses` or `run` key
```
  • Loading branch information
ma8ma committed Dec 16, 2023
1 parent 00582ba commit 1864471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sudo apt update
sudo apt install g++-12 libasound2-dev libgtest-dev libgtkmm-3.0-dev libmigemo-dev libssl-dev meson zlib1g-dev
- name: meson setup builddir -Dunity=on -Dunity_size=1000 -Dbuildtype=debug -Dcpp_args="-D_DEBUG" -Dalsa=enabled -Dmigemo=enabled -Dtls=openssl -Dcompat_cache_dir=disabled -Dsessionlib=no -Dwerror=true
- run: meson setup builddir -Dunity=on -Dunity_size=1000 -Dbuildtype=debug -Dcpp_args="-D_DEBUG" -Dalsa=enabled -Dmigemo=enabled -Dtls=openssl -Dcompat_cache_dir=disabled -Dsessionlib=no -Dwerror=true
run: meson setup builddir -Dunity=on -Dunity_size=1000 -Dbuildtype=debug -Dcpp_args="-D_DEBUG" -Dalsa=enabled -Dmigemo=enabled -Dtls=openssl -Dcompat_cache_dir=disabled -Dsessionlib=no -Dwerror=true
- name: ninja -C builddir -k0
run: ninja -C builddir -k0
- name: meson test -v -C builddir
Expand Down

0 comments on commit 1864471

Please sign in to comment.