Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
🚀 Deploy 3.0.0
Browse files Browse the repository at this point in the history
- Set libhal-util to [^4.0.0]
  • Loading branch information
kammce committed Mar 2, 2024
1 parent 4cbf50c commit 64ec410
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/3.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 🚀 Deploy 3.0.0

on:
workflow_dispatch:

jobs:
deploy:
uses: libhal/ci/.github/workflows/[email protected]
with:
compiler: gcc
version: 3.0.0
arch: x86_64
compiler_version: 12.3
compiler_package: ""
os: Linux
secrets: inherit
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def build_requirements(self):
self.test_requires("boost-ext-ut/1.1.9")

def requirements(self):
self.requires("libhal-util/4.0.0-alpha.2", transitive_headers=True)
self.requires("libhal-util/[^4.0.0]", transitive_headers=True)

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit 64ec410

Please sign in to comment.