Skip to content

ypodlesov is testing out GitHub Actions 🚀 #12

ypodlesov is testing out GitHub Actions 🚀

ypodlesov is testing out GitHub Actions 🚀 #12

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Run a multi-line script
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 16 all
sudo apt-get install git gdb cmake ninja-build clang-format clang-tidy libtbb-dev
mkdir build
cd build
cmake ..
make test_qr_decomposition
./test_qr_decomposition