Skip to content

Commit

Permalink
ci: compile gitly with gcc on ubuntu-latest (workaround recent failur…
Browse files Browse the repository at this point in the history
…e to build with tcc)
  • Loading branch information
spytheman committed Nov 13, 2023
1 parent fbb43f5 commit 2ea02f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
v-apps-compile:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: >
github.event_name != 'push'
|| github.event.ref == 'refs/heads/master'
Expand Down Expand Up @@ -73,13 +73,13 @@ jobs:
echo "Clone Gitly"
git clone https://github.com/vlang/gitly /tmp/gitly
echo "Build Gitly"
v /tmp/gitly
v -cc gcc /tmp/gitly
## echo "Build Gitly with -autofree"
## v -autofree /tmp/gitly
## v -cc gcc -autofree /tmp/gitly
echo "Compile gitly.css from gitly.scss"
sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
# echo "Run first_run.v"
# v run /tmp/gitly/tests/first_run.v
# v -cc gcc run /tmp/gitly/tests/first_run.v
# # /tmp/gitly/gitly -ci_run
- name: Build V Language Server (v-analyzer) v-analyzer/v-analyzer
Expand Down

0 comments on commit 2ea02f7

Please sign in to comment.