Skip to content

Commit

Permalink
Updated to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas9804 committed Oct 10, 2024
1 parent beb6aed commit d776215
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builddeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
GRPC_VER: 1.54.1
BOOST_VER: 1.85.0
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploydebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Deploy E2sar debs and dependency debs to releases
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
E2SAR_DEP: 1.85.0-boost-1.54.1-grpc

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps2debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build gRPC+Boost .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
DEPS_VER: 1.85.0-boost-1.54.1-grpc
FINAL_INSTALL: /usr/local

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build E2SAR .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
E2SAR_DEP: boost-1.85.0-grpc-1.54.1
FINAL_INSTALL: /usr/local

Expand Down

0 comments on commit d776215

Please sign in to comment.