Skip to content

Upd: Add start script notification #4278

Upd: Add start script notification

Upd: Add start script notification #4278

name: release_clang
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: install_clang
run: sudo apt-get install clang
- name: build
env:
CC: /usr/bin/clang
run: ./build.sh release
- name: install
run: sudo ./build.sh install