mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: debian-bullseye Developement Build
|
||||
name: debian-latest Developement Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
|
||||
# You can convert this to a matrix build if you need cross-platform coverage.
|
||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||
runs-on: debian-bullseye
|
||||
runs-on: debian-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
Reference in New Issue
Block a user