Skip to content

Commit dd1753f

Browse files
committed
Be better at shell
1 parent 5a39798 commit dd1753f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
;;
278278
"i686-unknown-linux-gnu")
279279
OS_COMPILER=linux-elf
280-
OS_FLAGS=-m32 -msse2
280+
OS_FLAGS="-m32 -msse2"
281281
;;
282282
"arm-unknown-linux-gnueabihf")
283283
OS_COMPILER=linux-armv4

0 commit comments

Comments
 (0)