Skip to content

Commit

Permalink
Create linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keganpowers34 authored Nov 15, 2024
1 parent b569bd8 commit 48c6e3e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: C/C++ CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: compile or somthing idk
- run: |
curl http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/cuda-repo-ubuntu1710_9.2.148-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1710_9.2.148-1_amd64.deb
curl https://github.com/premake/premake-core/releases/download/v5.0.0-beta3/premake-5.0.0-beta3-linux.tar.gz -O -J -L
tar -xvzf premake-5.0.0-beta3-linux.tar.gz
ls

0 comments on commit 48c6e3e

Please sign in to comment.