Skip to content

Commit

Permalink
Create windows_gtx1080.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkichler authored Mar 1, 2024
1 parent ffde18a commit 57b5f5d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/windows_gtx1080.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: GPU workflow test

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

jobs:
build:

runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- name: gpu info
run: nvidia-smi

0 comments on commit 57b5f5d

Please sign in to comment.