Skip to content

Commit

Permalink
bump dlib-bin version
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanfra committed Apr 7, 2024
1 parent 933f5fe commit cf08c77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Build

on: [push]
on:
push:
workflow_dispatch:
pull_request_target:
types: [assigned, opened, synchronize, reopened]

env:
WORKING_DIRECTORY: 'dlib'
BUILD_COMMIT: 'v19.24.2'
DLIB_BIN_VERSION: '19.24.2'
DLIB_BIN_VERSION: '19.24.2.post1'
PYTHON_REQUIRES: '>=3.7'

jobs:
Expand Down

0 comments on commit cf08c77

Please sign in to comment.