Skip to content

Commit

Permalink
Remove -E parameter for SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquel authored Jun 2, 2024
1 parent d6e6c52 commit c1c972a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
./spcomp -E textstore.sp -o ../plugins/textstore.smx
./spcomp -E textstore_defaults.sp -o ../plugins/textstore_defaults.smx
./spcomp -E textstore_generic.sp -o ../plugins/textstore_generic.smx
./spcomp -E textstore_sqlite.sp -o ../plugins/textstore_sqlite.smx
./spcomp -E textstore_mysql.sp -o ../plugins/textstore_mysql.smx
./spcomp textstore_sqlite.sp -o ../plugins/textstore_sqlite.smx
./spcomp textstore_mysql.sp -o ../plugins/textstore_mysql.smx
./spcomp -E textstore_tf2.sp -o ../plugins/textstore_tf2.smx

0 comments on commit c1c972a

Please sign in to comment.