We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89aecb commit 13488b9Copy full SHA for 13488b9
.github/workflows/build-linux-android.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Install dependencies
18
run: bash travis/install_dependencies.bash
19
- name: Build client
20
- run: travis/build_client.bash
+ run: bash travis/build_client.bash
21
- name: Build server
22
- run: travis/build_and_deploy_server.bash
+ run: bash travis/build_and_deploy_server.bash
0 commit comments