forked from cory/tildefriends
		
	build: Finally ios is happy. Now let's un-break docker.
This commit is contained in:
		@@ -30,8 +30,8 @@ jobs:
 | 
			
		||||
        uses: android-actions/setup-android@v3
 | 
			
		||||
        with:
 | 
			
		||||
          packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
 | 
			
		||||
      - run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` iosdebug docs
 | 
			
		||||
      - run: docker build .
 | 
			
		||||
      - run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all dist docs
 | 
			
		||||
      - uses: actions/upload-artifact@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: |
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,7 @@ RUN apt-get update && \
 | 
			
		||||
	apt-get install -y --no-install-recommends \
 | 
			
		||||
		gcc \
 | 
			
		||||
		libc6-dev \
 | 
			
		||||
		perl \
 | 
			
		||||
		make
 | 
			
		||||
 | 
			
		||||
COPY . /app
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user