weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 1f4702f607350ca8fecc83a00548d365a26fab59
parent 8c2d75f19310ae4bfff612e18a567406acb9e710
Author: Melissa Xie <me@melissaxie.com>
Date:   Wed, 17 Nov 2021 09:40:16 -0500

Cache Expo installation so that it's available for other jobs

See
https://github.com/expo/expo-github-action#cache-expo-cli-for-other-jobs
for more info.

Diffstat:
M.github/workflows/publish.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: uses: expo/expo-github-action@v6 with: expo-version: 4.x + expo-cache: true username: ${{secrets.EXPO_CLI_USERNAME}} password: ${{secrets.EXPO_CLI_PASSWORD}} - run: yarn install