forked from cory/tildefriends
		
	build: valid bash?
This commit is contained in:
		@@ -15,22 +15,22 @@ jobs:
 | 
			
		||||
        - /opt/deps:/opt/deps
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: >
 | 
			
		||||
          apt update && apt install -y
 | 
			
		||||
            build-essential
 | 
			
		||||
            clang
 | 
			
		||||
            cmake
 | 
			
		||||
            curl
 | 
			
		||||
            docker.io
 | 
			
		||||
            doxygen
 | 
			
		||||
            file
 | 
			
		||||
            gcc-aarch64-linux-gnu
 | 
			
		||||
            git
 | 
			
		||||
            graphviz
 | 
			
		||||
            libgpgme11
 | 
			
		||||
            libssl-dev
 | 
			
		||||
            mingw-w64
 | 
			
		||||
            unzip
 | 
			
		||||
            zip
 | 
			
		||||
          apt update && apt install -y \
 | 
			
		||||
            build-essential \
 | 
			
		||||
            clang \
 | 
			
		||||
            cmake \
 | 
			
		||||
            curl \
 | 
			
		||||
            docker.io \
 | 
			
		||||
            doxygen \
 | 
			
		||||
            file \
 | 
			
		||||
            gcc-aarch64-linux-gnu \
 | 
			
		||||
            git \
 | 
			
		||||
            graphviz \
 | 
			
		||||
            libgpgme11 \
 | 
			
		||||
            libssl-dev \
 | 
			
		||||
            mingw-w64 \
 | 
			
		||||
            unzip \
 | 
			
		||||
            zip \
 | 
			
		||||
            zlib1g-dev
 | 
			
		||||
      - name: check out code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user