mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: use shebang with better portability in shell scripts, format shell scripts (#21605)
This commit is contained in:
parent
a4afcbaa5c
commit
5f83a4d110
3 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
for f in examples/sokol/*/ ; do
|
for f in examples/sokol/*/ ; do
|
||||||
echo "compiling shaders for $f ...";
|
echo "compiling shaders for $f ...";
|
||||||
|
|
2
.github/workflows/compile_v_with_vtcc.sh
vendored
2
.github/workflows/compile_v_with_vtcc.sh
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue