mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修正愚蠢错误
This commit is contained in:
4
.github/workflows/build_release_extra.yml
vendored
4
.github/workflows/build_release_extra.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
||||
|
||||
- name: Run commands
|
||||
run: |
|
||||
apt-get update -q -y
|
||||
apt-get install -q -y build-essential libgtk-3-dev wget gcc-aarch64-linux-gnu
|
||||
sudo apt-get update -q -y
|
||||
sudo apt-get install -q -y build-essential libgtk-3-dev wget gcc-aarch64-linux-gnu
|
||||
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
|
||||
CC="aarch64-linux-gnu-gcc"
|
||||
cd cmd/verysimple/ && make -f Makefile_r_vsc PACKNAME=vs_gui_ubuntu_arm64 BUILD_VERSION=${{ github.event.inputs.tagName }} && touch -mt $(date +%Y01010000) *.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user