Skip to content

Commit 34a1361

Browse files
committed
release commit v0.12.2
1 parent 724eda2 commit 34a1361

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/update-linux-repos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ jobs:
294294
steps:
295295
- name: Install Arch dependencies
296296
run: |
297-
pacman -Sy --noconfirm base-devel git zstd awscli
297+
pacman -Syu --noconfirm --needed base-devel git zstd python-pip
298+
# awscli isn't in Arch's official repos; install via pip
299+
pip install --break-system-packages awscli
298300
299301
- name: Checkout repository
300302
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eim",
33
"private": true,
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eim"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "ESP-IDF Installation Manager"
55
authors = ["petr.gadorek@espressif.com"]
66
edition = "2021"

0 commit comments

Comments
 (0)