Skip to content

Commit 303cf16

Browse files
committed
Rmove draft flag 2
1 parent bcaf760 commit 303cf16

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:
44-
draft: true
4544
tag_name: ${{ steps.package-version.outputs.version }}
4645
name: Release ${{ steps.package-version.outputs.version }}

src/update-aarch64.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
chmod +x src/update-linux.sh && src/update-linux.sh
2-
3-
# sudo yum -y update
4-
# sudo yum -y --nobest --allowerasing install tuned tuned-profiles-oci
5-
# sudo yum -y --nobest --allowerasing install cmake mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
6-
# sudo yum -y --nobest --allowerasing install wayland-devel libxkbcommon-devel

0 commit comments

Comments
 (0)